this is what it shows for plugin what do i change:
hook: fetch inferno:
the error: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
--------------------------------------------
below plugin php code: what do i change
if (VB_AREA == "Forum")
{
global $globaltemplates;
$globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout'));
}
|