Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Evron committed Oct 6, 2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ public function render(View\Renderer $view = null)

$view = $this->getView();

return $view->plugin('paginationControl')->direct($this);
return $view->paginationControl($this);
}

/**
Expand Down

0 comments on commit c453b3e

Please sign in to comment.