From ee5b49167992b6f12d21555bcef03bc78f5e8730 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 4 May 2016 17:28:11 +0800 Subject: [PATCH] * fix bug in install and change VERSION. --- VERSION | 2 +- module/common/view/header.lite.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;