* Format codes.

This commit is contained in:
daitingting
2018-03-30 14:40:52 +08:00
parent d862e2698d
commit cac07cddc1
+1 -1
View File
@@ -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));