From 5ebfb769b6f05e4d606f4d94d6c6e9d9104b7973 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 7 Apr 2010 16:43:48 +0000 Subject: Fixed incorrect casting to int for profile ids. Fixed incorrect URL for reordering. git-svn-id: http://code.elgg.org/elgg/trunk@5656 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/editdefaultprofileitems.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/profile/views') diff --git a/mod/profile/views/default/profile/editdefaultprofileitems.php b/mod/profile/views/default/profile/editdefaultprofileitems.php index 8a99b08dc..403943d23 100644 --- a/mod/profile/views/default/profile/editdefaultprofileitems.php +++ b/mod/profile/views/default/profile/editdefaultprofileitems.php @@ -26,7 +26,7 @@ $(document).ready(function() { $save = elgg_echo('save'); $cancel = elgg_echo('cancel'); - $url = elgg_add_action_tokens_to_url("{$vars['url']}action/profile/editdefault/editfield", FALSE); + $edit_url = elgg_add_action_tokens_to_url("{$vars['url']}action/profile/editdefault/editfield", FALSE); foreach($vars['items'] as $item) { echo <<< END @@ -34,7 +34,7 @@ $(document).ready(function() {