kopia lustrzana https://github.com/friendica/friendica
include contact_widgets for categories_widget when doing updates
rodzic
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) {
|
||||
|
|
Ładowanie…
Reference in New Issue