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 --- js/lib/ui.widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/lib/ui.widgets.js b/js/lib/ui.widgets.js index ac55d0e7f..ebece5a59 100644 --- a/js/lib/ui.widgets.js +++ b/js/lib/ui.widgets.js @@ -37,7 +37,7 @@ elgg.ui.widgets.init = function() { elgg.action('widgets/add', { data: { handler: $(this).attr('id'), - user: elgg.get_loggedin_userid(), + user_guid: elgg.get_loggedin_userid(), context: $("input[name='widget_context']").val() }, success: function(json) { -- cgit v1.2.3