Fix problem with bounds in MultipageView
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 2 Mar 2010 22:37:05 +0000 (23:37 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 2 Mar 2010 22:37:05 +0000 (23:37 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/plset.php

index 985b5be..b48fc92 100644 (file)
@@ -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