From: Alan Knowles Date: Mon, 28 Feb 2011 08:52:19 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=37ba8ffae08c3312ea239fe78cb0a323679b8139 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 645507c..655d0f3 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -172,7 +172,7 @@ class Pman_Roo extends Pman $x->limit( empty($_REQUEST['start']) ? 0 : (int)$_REQUEST['start'], - min(empty($_REQUEST['limit']) ? 25 : (int)$_REQUEST['limit'], 1000) + min(empty($_REQUEST['limit']) ? 25 : (int)$_REQUEST['limit'], 5000) ); $queryObj = clone($x);