* Fix bug#26953.

This commit is contained in:
xieqiyu
2022-10-21 14:58:17 +00:00
parent 530f513af0
commit 1a4bfe923e
+1 -1
View File
@@ -384,7 +384,7 @@ class storyModel extends model
}
}
}
$this->setStage($storyID);
if(!defined('TUTORIAL')) $this->setStage($storyID);
if(!dao::isError()) $this->loadModel('score')->create('story', 'create',$storyID);
/* Callback the callable method to process the related data for object that is transfered to story. */