• Resolved egipteanu

    (@egipteanu)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter egipteanu

    (@egipteanu)

    Solved to:

    $array1 = $aDefaultOptions;
    	$array2 = $aSetOptions;
    	$aOptions = array_merge($array1, (array) $array2);
Viewing 1 replies (of 1 total)

The topic ‘Array Merge’ is closed to new replies.