gsFunctions renamed
gsFetchUsers -> fetchGsUsers gsDiscover -> discoverGsUsers
This commit is contained in:
parent
326c4a18c0
commit
9e90589c21
2 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ function discover_poco_run(&$argv, &$argc)
|
|||
|
||||
// Query GNU Social servers for their users ("statistics" addon has to be enabled on the GS server)
|
||||
if (!Config::get('system', 'ostatus_disabled')) {
|
||||
GlobalContact::gsDiscover();
|
||||
GlobalContact::discoverGsUsers();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue