mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fix for install.xml issue during e107 installation.
This commit is contained in:
@@ -1301,7 +1301,7 @@ class e_install
|
||||
|
||||
$tm = e107::getSingleton('themeHandler');
|
||||
$tm->noLog = true; // false to enable log
|
||||
$tm->setTheme($this->previous_steps['prefs']['sitetheme']);
|
||||
$tm->setTheme($this->previous_steps['prefs']['sitetheme'], false);
|
||||
|
||||
// Admin log fix - don't allow logs to be called inside pref handler
|
||||
e107::getConfig('core')->setParam('nologs', false); // change to true to enable log
|
||||
|
Reference in New Issue
Block a user