aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/profile_lib.php
diff options
context:
space:
mode:
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;
}