diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/widgets/reorder.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/widgets/reorder.php b/actions/widgets/reorder.php index 68fecfd6b..ff0fa4b52 100644 --- a/actions/widgets/reorder.php +++ b/actions/widgets/reorder.php @@ -17,8 +17,9 @@ $maincontent = get_input('debugField1');
$sidebar = get_input('debugField2');
+ $rightbar = get_input('debugField3');
- $result = reorder_widgets_from_panel($maincontent, $sidebar, $context, $owner);
+ $result = reorder_widgets_from_panel($maincontent, $sidebar, $rightbar, $context, $owner);
if ($result) {
system_message(elgg_echo('widgets:panel:save:success'));
|