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 44a6d4e74..8a78be3d9 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, 'asdf', $content); + $content = elgg_view_layout($layout, '', $content); break; default: |