Skip to content

Commit

Permalink
developers per page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 10, 2009
1 parent 45664f3 commit b9a6907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/modules/developers/actions/actions.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function executeFilter(sfWebRequest $request){
$c->add(AuthorPeer::FULLNAME, '%' . $this->form->getValue('search') . '%', Criteria::LIKE);

# Pager
$this->pager = new sfPropelPager('Author', 20);
$this->pager = new sfPropelPager('Author', 21);
$this->pager->setPage($request->getParameter('page', 1));
$this->pager->setCriteria($c);
$this->pager->init();
Expand Down

0 comments on commit b9a6907

Please sign in to comment.