diff options
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 8a78be3d9..3ba2b3915 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -154,7 +154,7 @@ function profile_page_handler($page) { } $content = profile_get_user_edit_content($user, $page); - $content = elgg_view_layout($layout, '', $content); + $content = elgg_view_layout($layout, $content); break; default: |