* Fix tutorial score bug

This commit is contained in:
滔哥
2017-11-07 12:59:31 +08:00
parent e7e5d2501c
commit 4ba312f1eb
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class tutorial extends control
*/
public function ajaxFinish()
{
define('TUTORIAL', false);
$this->session->set('tutorialMode', false);
$this->loadModel('score')->create('tutorial', 'finish');
}
}