From: friendica Date: Wed, 4 Apr 2012 02:16:02 +0000 (-0700) Subject: include contact_widgets for categories_widget when doing updates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbe16afcd41376ce3cc93fe7ec98a83a71644878;p=friendica.git include contact_widgets for categories_widget when doing updates --- 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) {