diff --git a/VERSION b/VERSION index 406b898277..98d8a4eb67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.3 +8.2.beta diff --git a/module/common/view/header.lite.html.php b/module/common/view/header.lite.html.php index f6cb3d1e02..2da2e6b8de 100755 --- a/module/common/view/header.lite.html.php +++ b/module/common/view/header.lite.html.php @@ -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;