From 7dc0e1c44e15189687636ef8632c41aa58a2b1be Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 4 Mar 2010 18:09:46 +0000 Subject: Removed horizontal nav from avatar edit view and debug string from sidebar. Added temp fix for large avatar upload image scaling git-svn-id: http://code.elgg.org/elgg/trunk@5286 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/start.php') 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: -- cgit v1.2.3