From 37ba8ffae08c3312ea239fe78cb0a323679b8139 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Feb 2011 16:52:19 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2