Fix some errors
This commit is contained in:
@@ -7,12 +7,12 @@ namespace Friendica\Worker;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Protocol\PortableContact;
|
||||
|
||||
class UpdateServerDirectory.php
|
||||
class UpdateServerDirectory
|
||||
{
|
||||
// Discover the given server id for their contacts
|
||||
public static function execute($gserverid)
|
||||
{
|
||||
PortableContact::discoverSingleServer(gserverid);
|
||||
PortableContact::discoverSingleServer($gserverid);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user