I am getting this error on init.php:
Parse error: parse error, unexpected T_VARIABLE, expecting ')' in /home/lounge/public_html/forums/includes/init.php on line 918
I re-checked several times and cant see whats wrong.
Look here:
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
'stylecache',
'arcadesettings'
), $specialtemplates);
|