X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fplset.php;h=b48fc92c04d47f54c77b904c8afc0df2f6090c04;hb=851962db3851d0ff89cf6cfaa9dcb82487e437bf;hp=985b5bee1bb48caaf10d84433396cfb983ee5a91;hpb=b9bd8dd360cf1a593c9e5c8cbae62ff1ba723b4c;p=platal.git diff --git a/classes/plset.php b/classes/plset.php index 985b5be..b48fc92 100644 --- a/classes/plset.php +++ b/classes/plset.php @@ -285,7 +285,7 @@ abstract class MultipageView implements PlView public function limit() { - return null; + return new PlLimit($this->entriesPerPage, $this->offset); } /** Name of the template to use for displaying items of the view