From: Jeroen Dalsem Date: Mon, 9 Jan 2012 10:45:00 +0000 (+0100) Subject: Fixes #4285 move only fetches 10 items X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0980beffc887277c6856f53d96d6d7fa5f624154;p=lorea%2Felgg.git Fixes #4285 move only fetches 10 items --- 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)