Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/edils/public_html/blog/wp-content/themes/eos/functions.php on line 15
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/edils/public_html/blog/wp-content/themes/eos/functions.php on line 15
Solved to:
$array1 = $aDefaultOptions;
$array2 = $aSetOptions;
$aOptions = array_merge($array1, (array) $array2);This topic has been closed to new replies.