]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
WebFingerResource for profiles now WebFingerResource_Profile
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 8 Nov 2013 23:49:00 +0000 (00:49 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 8 Nov 2013 23:49:00 +0000 (00:49 +0100)
plugins/OStatus/lib/discoveryhints.php

index ed37452b5f1655f01197dc41b707c327f69757c6..47936864068ead647413df34e53ef4bc61e66414 100644 (file)
@@ -26,7 +26,7 @@ class DiscoveryHints {
 
         foreach ($xrd->links as $link) {
             switch ($link->rel) {
-            case WebFingerResource::PROFILEPAGE:
+            case WebFingerResource_Profile::PROFILEPAGE:
                 $hints['profileurl'] = $link->href;
                 break;
             case Salmon::REL_SALMON: