WebFingerResource for profiles now WebFingerResource_Profile

This commit is contained in:
Mikael Nordfeldth 2013-11-09 00:49:00 +01:00
parent a480ff5605
commit 700dce386a

View File

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