aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmod/profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 26b33d5f1..66386160f 100755
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -124,6 +124,8 @@ function profile_content(&$a, $update = 0) {
return;
}
+ require_once('include/contact_widgets.php');
+
$a->page['aside'] .= categories_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : ''));
if(! $update) {