mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
profile_tabs hook
This commit is contained in:
parent
7ee07daf04
commit
0aa99acd35
2 changed files with 7 additions and 2 deletions
|
@ -46,7 +46,7 @@ function networks_widget($baseurl,$selected = '') {
|
|||
return '';
|
||||
|
||||
|
||||
$r = q("select distinct(network) from contact where uid = %d",
|
||||
$r = q("select distinct(network) from contact where uid = %d and self = 0",
|
||||
intval(local_user())
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue