accept either salmon endpoint (until they're unified in the spec)

This commit is contained in:
James Walker 2010-05-14 16:43:21 -04:00
parent 275002d88a
commit 1999b836c0
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class DiscoveryHints {
case Discovery::PROFILEPAGE:
$hints['profileurl'] = $link['href'];
break;
case Salmon::NS_MENTIONS:
case Salmon::NS_REPLIES:
$hints['salmon'] = $link['href'];
break;