* task #41783, fix tutorial task for classic mode.

This commit is contained in:
Hao Sun
2021-09-02 10:55:17 +08:00
parent 1d1f77875a
commit b48f02e66a
5 changed files with 22 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@ class tutorial extends control
$this->view->current = $task;
$this->view->setting = $setting;
$this->view->referer = base64_decode($referer);
$this->view->mode = $this->setting->getItem('owner=system&module=common&section=global&key=mode');
$this->display();
}