
Lisa Warren - 2011-05-27 06:47:20
I am getting the following error more than once for the same line of code.
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/lcash/public_html/yapter.php on line 301
Here is the code for line 301 and 302.
$this->blox[$blockname]["parsed"] = array_merge($this->blox[$blockname]["parsed"], $parsed);
return $this->blox[$blockname]["parsed"];
Can you help me fix issue?
Thank you in advance.