diff --git a/module/execution/model.php b/module/execution/model.php index 96a374ebb6..b91becb588 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -1550,6 +1550,8 @@ class executionModel extends model */ public function getStatData($projectID = 0, $browseType = 'undone', $productID = 0, $branch = 0, $withTasks = false, $param = '', $orderBy = 'id_asc', $pager = null) { + if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getProjectStats($browseType); + /* Construct the query SQL at search executions. */ $executionQuery = ''; if($browseType == 'bySearch')