aboutsummaryrefslogtreecommitdiff
path: root/actions/widgets
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-01 13:47:15 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-01 13:47:15 +0000
commitfa39c6aaf2f9f87cfd89feaebdc22cf313396ec7 (patch)
treea0570c34017059774611c5a9e9ff8067b7905d99 /actions/widgets
parentc2930b6bafa23278a91fbe217f324ad4bcf98e31 (diff)
downloadelgg-fa39c6aaf2f9f87cfd89feaebdc22cf313396ec7.tar.gz
elgg-fa39c6aaf2f9f87cfd89feaebdc22cf313396ec7.tar.bz2
Widgets now work in three columns
git-svn-id: https://code.elgg.org/elgg/trunk@1653 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/widgets')
-rw-r--r--actions/widgets/reorder.php3
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'));