From 58f0a2c30f4111f6b85a1ef05e0f9a04c4d86141 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 20 Nov 2010 14:01:31 +0000 Subject: fixed bug where widgets were not saving their new position git-svn-id: http://code.elgg.org/elgg/trunk@7381 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/widgets/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/widgets/add.php b/actions/widgets/add.php index 001c139d8..6c2859c21 100644 --- a/actions/widgets/add.php +++ b/actions/widgets/add.php @@ -6,7 +6,7 @@ * @subpackage Widgets.Management */ -$user_guid = get_input('user'); +$user_guid = get_input('user_guid'); $handler = get_input('handler'); $context = get_input('context'); $column = get_input('column', 1); -- cgit v1.2.3