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 97b656a5c..c6fc154ac 100644 --- a/mod/profile/edit.php +++ b/mod/profile/edit.php @@ -37,4 +37,4 @@ set_context('profile_edit'); $body = elgg_view_layout("one_column_with_sidebar", $area1); // Draw the page -page_draw(elgg_echo("profile:edit"),$body); +echo elgg_view_page(elgg_echo("profile:edit"),$body); |