diff --git a/module/project/control.php b/module/project/control.php index 097262ca6b..ad53082776 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -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); diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php index 1ff1b8bb7d..d71ba6f384 100644 --- a/module/project/view/story.html.php +++ b/module/project/view/story.html.php @@ -43,7 +43,7 @@ $(document).ready(function()
| story->id);?> | @@ -90,6 +90,6 @@ $(document).ready(function()
|---|