diff options
author | Jeroen Dalsem <jdalsem@coldtrick.com> | 2012-01-09 11:45:00 +0100 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-09 19:49:22 -0500 |
commit | 0980beffc887277c6856f53d96d6d7fa5f624154 (patch) | |
tree | 9a277984c5658302b9482c3a05c9f16fd429c714 /engine | |
parent | 66953a2148bb7a19ac79c1a4ccda2852ee87501e (diff) | |
download | elgg-0980beffc887277c6856f53d96d6d7fa5f624154.tar.gz elgg-0980beffc887277c6856f53d96d6d7fa5f624154.tar.bz2 |
Fixes #4285 move only fetches 10 items
Diffstat (limited to 'engine')
-rw-r--r-- | engine/classes/ElggWidget.php | 1 |
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) |