aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/profile_lib.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 17:01:44 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 17:01:44 +0000
commit3b116ee48300d19f36888c078429d668a7418cd4 (patch)
tree79cbab064454b408507fd29507e0655c9bc7d3f7 /mod/profile/profile_lib.php
parent0ed684cbb7984feff60bb357bdf208dc423b6785 (diff)
downloadelgg-3b116ee48300d19f36888c078429d668a7418cd4.tar.gz
elgg-3b116ee48300d19f36888c078429d668a7418cd4.tar.bz2
Added large avatar to Profile/details page.
git-svn-id: http://code.elgg.org/elgg/trunk@5334 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/profile_lib.php')
-rw-r--r--mod/profile/profile_lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/profile_lib.php b/mod/profile/profile_lib.php
index c52ad0fcf..3979ad9e3 100644
--- a/mod/profile/profile_lib.php
+++ b/mod/profile/profile_lib.php
@@ -44,7 +44,7 @@ function profile_get_user_profile_html($user, $section = 'activity') {
break;
}
- $body .= elgg_view('profile/profile_contents/sidebar');
+ $body .= elgg_view('profile/profile_contents/sidebar', array('section' => $section));
return $body;
}