urgh. typo

This commit is contained in:
James Walker 2010-08-02 14:24:50 -04:00
parent e603632f13
commit eaef724c49
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class ActivityContext
// http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#SALR
if ($linkRel == self::ATTENTION) {
$this->attention[] = $link->getAttribute(self::HREF);
} else if ($linkRel == self:MENTIONED) {
} elseif ($linkRel == self::MENTIONED) {
$this->attention[] = $link->getAttribute(self::HREF);
}
}