PHP Warning: Invalid argument supplied
-
PHP Warning: Invalid argument supplied for foreach() in /home1/servick3/public_html/wp-content/plugins/gantry/functions.php on line 452
line 452 reads
foreach ($gantry->_setbyurl as $queryvar) {
or/**
* @param $aVars
*
* @return array
*/
function gantry_addUrlVars($aVars)
{
/** @global $gantry Gantry */
global $gantry;
foreach ($gantry->_setbyurl as $queryvar) {
$aVars[] = $queryvar;
}
$aVars[] = ‘reset-settings’;
return $aVars;
}what to do?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Warning: Invalid argument supplied’ is closed to new replies.