aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Dalsem <jdalsem@coldtrick.com>2012-01-09 11:45:00 +0100
committercash <cash.costello@gmail.com>2012-01-09 19:49:22 -0500
commit0980beffc887277c6856f53d96d6d7fa5f624154 (patch)
tree9a277984c5658302b9482c3a05c9f16fd429c714
parent66953a2148bb7a19ac79c1a4ccda2852ee87501e (diff)
downloadelgg-0980beffc887277c6856f53d96d6d7fa5f624154.tar.gz
elgg-0980beffc887277c6856f53d96d6d7fa5f624154.tar.bz2
Fixes #4285 move only fetches 10 items
-rw-r--r--engine/classes/ElggWidget.php1
1 files changed, 1 insertions, 0 deletions
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)