* Fixed the error of tutorial task manageTeam.

This commit is contained in:
wangxuepeng
2023-11-14 13:23:59 +08:00
parent 45e579fa1f
commit 3e9f8f0d49
4 changed files with 11 additions and 9 deletions
-1
View File
@@ -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')));
}