diff options
Diffstat (limited to 'mod/profile/edit.php')
-rw-r--r-- | mod/profile/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/edit.php b/mod/profile/edit.php index 313d144fe..9894ce35d 100644 --- a/mod/profile/edit.php +++ b/mod/profile/edit.php @@ -40,7 +40,7 @@ $area1 = ""; set_context('profile_edit'); // get the required canvas area -$body = elgg_view_layout("one_column_with_sidebar", $area1, $area2); +$body = elgg_view_layout("one_column_with_sidebar", $area2, $area1); // Draw the page page_draw(elgg_echo("profile:edit"),$body); |