diff --git a/module/story/model.php b/module/story/model.php index ad1305a7b5..d51bff9e8e 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -2735,7 +2735,7 @@ class storyModel extends model * @access public * @return array */ - public function getExecutionStoryPairs($executionID = 0, $productID = 0, $branch = 0, $moduleIdList = 0, $type = 'full', $status = 'all') + public function getExecutionStoryPairs($executionID = 0, $productID = 0, $branch = 'all', $moduleIdList = 0, $type = 'full', $status = 'all') { if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getExecutionStoryPairs(); $stories = $this->dao->select('t2.id, t2.title, t2.module, t2.pri, t2.estimate, t3.name AS product')