diff --git a/module/story/model.php b/module/story/model.php index 2abb5e2a5a..086de3e140 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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. */