From cac07cddc1fe3116463479f7a07b228fd588d58b Mon Sep 17 00:00:00 2001 From: daitingting Date: Fri, 30 Mar 2018 14:40:52 +0800 Subject: [PATCH] * Format codes. --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index 31525fc11a..5671e83035 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -1222,7 +1222,7 @@ class story extends control $moduleID = $this->loadModel('tree')->getStoryModule($moduleID); $moduleID = $this->tree->getAllChildID($moduleID); } - $stories = $this->story->getProjectStoryPairs($projectID, $productID, $branch, $moduleID, $type); + $stories = $this->story->getProjectStoryPairs($projectID, $productID, $branch, $moduleID, $type); if($this->app->getViewType() === 'json') { die(json_encode($stories));