From 43343e2a0a239089f1a77059513e12c9336006a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 2 Mar 2010 23:37:05 +0100 Subject: [PATCH] Fix problem with bounds in MultipageView MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/plset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4