]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/APContact.php
Move Config::get() to DI::config()->get()
[friendica.git] / src / Model / APContact.php
index 067be587467638fe6dd86b6564d64b57b6171118..5af57e69fc325a46afe735aba42f4d0e274ec53c 100644 (file)
@@ -33,7 +33,7 @@ class APContact
                        return false;
                }
 
-               $xrd_timeout = Config::get('system', 'xrd_timeout');
+               $xrd_timeout = DI::config()->get('system', 'xrd_timeout');
 
                $webfinger = 'https://' . $addr_parts[1] . '/.well-known/webfinger?resource=acct:' . urlencode($addr);