From fa39c6aaf2f9f87cfd89feaebdc22cf313396ec7 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 1 Aug 2008 13:47:15 +0000 Subject: Widgets now work in three columns git-svn-id: https://code.elgg.org/elgg/trunk@1653 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/widgets/reorder.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions') 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')); -- cgit v1.2.3