include contact_widgets for categories_widget when doing updates

This commit is contained in:
friendica 2012-04-03 19:16:02 -07:00
parent 3db2cf76b9
commit dbe16afcd4
1 changed files with 2 additions and 0 deletions

View File

@ -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) {