* fix bug in install and change VERSION.
This commit is contained in:
@@ -35,7 +35,7 @@ $clientTheme = $this->app->getClientTheme();
|
||||
css::import($defaultTheme . $this->cookie->lang . '.' . $this->cookie->theme . '.css');
|
||||
}
|
||||
|
||||
if(commonModel::isTutorialMode())
|
||||
if(!defined('IN_INSTALL') and commonModel::isTutorialMode())
|
||||
{
|
||||
$wizardModule = defined('WIZARD_MODULE') ? WIZARD_MODULE : $this->moduleName;
|
||||
$wizardMethod = defined('WIZARD_METHOD') ? WIZARD_METHOD : $this->methodName;
|
||||
|
||||
Reference in New Issue
Block a user