From 0980beffc887277c6856f53d96d6d7fa5f624154 Mon Sep 17 00:00:00 2001 From: Jeroen Dalsem Date: Mon, 9 Jan 2012 11:45:00 +0100 Subject: Fixes #4285 move only fetches 10 items --- engine/classes/ElggWidget.php | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/classes/ElggWidget.php b/engine/classes/ElggWidget.php index e703b84cb..7914fa140 100644 --- a/engine/classes/ElggWidget.php +++ b/engine/classes/ElggWidget.php @@ -116,6 +116,7 @@ class ElggWidget extends ElggObject { 'type' => 'object', 'subtype' => 'widget', 'container_guid' => $this->container_guid, + 'limit' => false, 'private_setting_name_value_pairs' => array( array('name' => 'context', 'value' => $this->getContext()), array('name' => 'column', 'value' => $column) -- cgit v1.2.3