include contact_widgets for categories_widget when doing updates
This commit is contained in:
parent
3db2cf76b9
commit
dbe16afcd4
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue