diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-04 18:09:46 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-04 18:09:46 +0000 |
commit | 7dc0e1c44e15189687636ef8632c41aa58a2b1be (patch) | |
tree | bd329d7fb64e5b73a1b5c0dbd0fec26f84914b3d /mod/profile/profile_lib.php | |
parent | 1852b00a819721c9d7399e7fa42321d582bb32af (diff) | |
download | elgg-7dc0e1c44e15189687636ef8632c41aa58a2b1be.tar.gz elgg-7dc0e1c44e15189687636ef8632c41aa58a2b1be.tar.bz2 |
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
Diffstat (limited to 'mod/profile/profile_lib.php')
-rw-r--r-- | mod/profile/profile_lib.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile/profile_lib.php b/mod/profile/profile_lib.php index d92ad29b3..c52ad0fcf 100644 --- a/mod/profile/profile_lib.php +++ b/mod/profile/profile_lib.php @@ -57,7 +57,6 @@ function profile_get_user_profile_html($user, $section = 'activity') { */ function profile_get_user_edit_content($user, $page) { $section = (isset($page[2])) ? $page[2] : 'details'; - $content = elgg_view('profile/profile_navigation', array('section' => $section, 'entity' => $user)); switch ($section) { case 'icon': |