
10-31-2004, 06:03 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Zerg
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..
|
What does that fix?
|