aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 14:01:31 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 14:01:31 +0000
commit58f0a2c30f4111f6b85a1ef05e0f9a04c4d86141 (patch)
tree7a965b08fd614cd2347e23b1262dac80571441a2 /js
parente71f5d4fc6b04776558fcd8be2a306acbae2eec8 (diff)
downloadelgg-58f0a2c30f4111f6b85a1ef05e0f9a04c4d86141.tar.gz
elgg-58f0a2c30f4111f6b85a1ef05e0f9a04c4d86141.tar.bz2
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
Diffstat (limited to 'js')
-rw-r--r--js/lib/ui.widgets.js2
1 files changed, 1 insertions, 1 deletions
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) {