* change score module

This commit is contained in:
滔哥
2017-10-31 11:13:09 +08:00
parent 09395f45e8
commit e3ea70b43a
26 changed files with 200 additions and 163 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class tutorial extends control
if($finish == 'keepAll')
{
$this->loadModel('score')->score('tutorial','keepAll');
$this->loadModel('score')->create('tutorial','keepAll');
$this->send(array('result' => 'fail', 'message' => $this->lang->tutorial->ajaxSetError));
}