* fix bug in install and change VERSION.

This commit is contained in:
wangyidong
2016-05-04 17:28:11 +08:00
parent f65262b094
commit ee5b491679
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;