* revert the code, don't need the stage condition.

This commit is contained in:
wangchunsheng
2011-12-29 06:10:31 +00:00
parent 28724368f7
commit d5219151bf
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ class project extends control
$position[] = $this->lang->project->story;
/* The pager. */
$stories = $this->story->getProjectStories($projectID, 'all', $orderBy);
$stories = $this->story->getProjectStories($projectID, $orderBy);
$storyTasks = $this->task->getStoryTaskCounts(array_keys($stories), $projectID);
$users = $this->user->getPairs('noletter');