Quote:
Originally Posted by Hostboard
Still getting (1) error with this...
NOTICE: PHP message: PHP Fatal error: syntax error, unexpected ';', expecting ']' on line 334 in /home/........./public_html/forums/includes/cron/iei_cron.php"
This did not work...
Code:
if(!count($image_tags))
{
$image_tags = ['img'];
}
|
Then you made a typing error.
"syntax error, unexpected ';', expecting ']'" is not a php7 error or so. And you ar sure line 334? the qoted lines are in 324. Your quoted code can't be your inserted code.
But of course you can use the other version or from y2ksw (but the if conditions there is wrong I think)