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

Commit

Permalink
Updated all references to direct() in view helpers to use direct invo…
Browse files Browse the repository at this point in the history
…kation

- Updated Dojo component
- Updated Paginator component
- Updated JSON action helper
  • Loading branch information
weierophinney authored and EvanDotPro committed Oct 1, 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 6849552

Please sign in to comment.