include contact_widgets for categories_widget when doing updates
This commit is contained in:
parent
3db2cf76b9
commit
dbe16afcd4
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ function profile_content(&$a, $update = 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_once('include/contact_widgets.php');
|
||||||
|
|
||||||
$a->page['aside'] .= categories_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : ''));
|
$a->page['aside'] .= categories_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : ''));
|
||||||
|
|
||||||
if(! $update) {
|
if(! $update) {
|
||||||
|
|
Loading…
Reference in a new issue