]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4285 move only fetches 10 items
authorJeroen Dalsem <jdalsem@coldtrick.com>
Mon, 9 Jan 2012 10:45:00 +0000 (11:45 +0100)
committercash <cash.costello@gmail.com>
Tue, 10 Jan 2012 00:49:22 +0000 (19:49 -0500)
engine/classes/ElggWidget.php

index e703b84cb5d23f9580c05c6a73941028f489847b..7914fa140de8f7374d8a08087416764dd8daaeef 100644 (file)
@@ -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)