* fix the error of the order link of story view.

This commit is contained in:
wangchunsheng
2010-02-04 08:08:17 +00:00
parent 875134a78c
commit 91827de2a5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ class project extends control
$this->assign('stories', $stories);
$this->assign('storyTasks', $storyTasks);
$this->assign('tabID', 'story');
$this->assign('pager', $pager->get());
$this->assign('pager', $pager);
$this->assign('orderBy', $orderBy);
$this->assign('users', $users);