]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateServerDirectory.php
Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup
[friendica.git] / src / Worker / UpdateServerDirectory.php
index df87b20dcb64d2768ed336fc2abd3d156fb058a5..e2621073a5e81cc1336c36ec675d06132172c6c5 100644 (file)
@@ -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;
        }
 }