Quote:
Originally Posted by Zachery
Hmm there is an issue with it, and I am not sure I will see about a fix later today.
|
Sanni sent me a fix for this, i will post it here incase others need it..
in init.php add:
Code:
if (!is_array($specialtemplates)) {
$specialtemplates = array();
}
above:
Code:
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
thank you very much Sanni, works great..