in the line25: (object) array_merge($block, db_fetch_object($result));

This code will produce error since both $block and db_fetch_object($result) are objects while array_merge need arrays as arguments.

Comments

merlinofchaos’s picture

Status: Active » Closed (duplicate)