aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-03 19:16:02 -0700
committerfriendica <info@friendica.com>2012-04-03 19:16:02 -0700
commitdbe16afcd41376ce3cc93fe7ec98a83a71644878 (patch)
treedb65248fa933ebd59ca986a91990311ef5a87955 /mod/profile.php
parent3db2cf76b9329a194210a0faf19484dedf9eea86 (diff)
downloadvolse-hubzilla-dbe16afcd41376ce3cc93fe7ec98a83a71644878.tar.gz
volse-hubzilla-dbe16afcd41376ce3cc93fe7ec98a83a71644878.tar.bz2
volse-hubzilla-dbe16afcd41376ce3cc93fe7ec98a83a71644878.zip
include contact_widgets for categories_widget when doing updates
Diffstat (limited to 'mod/profile.php')
-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) {