* adjust code.

This commit is contained in:
wangyidong
2016-05-03 17:13:11 +08:00
parent 5ffc37fefe
commit a512350363
54 changed files with 393 additions and 343 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class tutorial extends control
*/
public function wizard($module, $method, $params = '')
{
define('WIZARD', true);
define('TUTORIAL', true);
define('WIZARD_MODULE', $module);
define('WIZARD_METHOD', $method);
$params = helper::safe64Decode($params);