From 371edf9edb25689f6325f93f332abf41dba9b697 Mon Sep 17 00:00:00 2001 From: Maxence Date: Mon, 3 Jun 2013 13:28:51 +0200 Subject: [PATCH] Keep retro-compatibility --- classes/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Collection.php b/classes/Collection.php index f40fabf77..64d47ec60 100644 --- a/classes/Collection.php +++ b/classes/Collection.php @@ -83,7 +83,7 @@ class CollectionCore implements Iterator, ArrayAccess, Countable /** * @var int Size of a page */ - protected $page_size = 10; + protected $page_size = 0; protected $fields = array(); protected $alias = array();