1
0
Fork 0

gsFunctions renamed

gsFetchUsers -> fetchGsUsers
gsDiscover -> discoverGsUsers
This commit is contained in:
Adam Magness 2017-11-15 12:02:08 -05:00
commit 9e90589c21
2 changed files with 4 additions and 4 deletions

View file

@ -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();
}
}