* build tutorial data and add wizard function.

This commit is contained in:
wangyidong
2016-04-26 09:22:46 +08:00
parent fbccbf45b7
commit 03a8e3a2d6
11 changed files with 222 additions and 9 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ class block extends control
$inited = empty($this->config->$module->common->blockInited) ? '' : $this->config->$module->common->blockInited;
/* Init block when vist index first. */
if(empty($blocks) and !$inited)
if(empty($blocks) and !$inited and !defined('KIZARD'))
{
if($this->block->initBlock($module)) die(js::reload());
}