From: cash Date: Sat, 31 Dec 2011 20:23:32 +0000 (-0500) Subject: Fixes #4259 using container guid for widgets when moving X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8bb4bbe9fb32e0b0b0c8cf687d19f58a0e39f89a;p=lorea%2Felgg.git Fixes #4259 using container guid for widgets when moving --- diff --git a/engine/classes/ElggWidget.php b/engine/classes/ElggWidget.php index df807e3f7..7a5a37ac8 100644 --- a/engine/classes/ElggWidget.php +++ b/engine/classes/ElggWidget.php @@ -115,6 +115,7 @@ class ElggWidget extends ElggObject { $options = array( 'type' => 'object', 'subtype' => 'widget', + 'container_guid' => $this->container_guid, 'private_setting_name_value_pairs' => array( array('name' => 'context', 'value' => $this->getContext()), array('name' => 'column', 'value' => $column)