From dbe16afcd41376ce3cc93fe7ec98a83a71644878 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Apr 2012 19:16:02 -0700 Subject: [PATCH] include contact_widgets for categories_widget when doing updates --- mod/profile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/profile.php b/mod/profile.php index 26b33d5f1c..66386160f4 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) {