* Fixed the error of tutorial task manageTeam.
This commit is contained in:
@@ -79,7 +79,6 @@ class tutorial extends control
|
||||
{
|
||||
$this->session->set('tutorialMode', false);
|
||||
$this->loadModel('setting')->setItem($this->app->user->account . '.common.global.novice', 0);
|
||||
if(empty($referer)) $referer = helper::safe64Encode(helper::createLink('my', 'index', '', 'html'));
|
||||
return $this->send(array('result' => 'success', 'open' => $this->createLink('index', 'index')));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user