mirror of
https://github.com/friendica/friendica
synced 2024-12-23 13:20:21 +00:00
Fix description
This commit is contained in:
parent
4c089a1f87
commit
86c924b820
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ class UpdateServerDirectory
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Query the given server for their users
|
* Query the given server for their users
|
||||||
* @param string $gserver Server URL
|
* @param array $gserver Server record
|
||||||
*/
|
*/
|
||||||
public static function execute($gserver)
|
public static function execute(array $gserver)
|
||||||
{
|
{
|
||||||
GServer::updateDirectory($gserver);
|
GServer::updateDirectory($gserver);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue