urgh. typo
This commit is contained in:
parent
e603632f13
commit
eaef724c49
@ -81,7 +81,7 @@ class ActivityContext
|
|||||||
// http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#SALR
|
// http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#SALR
|
||||||
if ($linkRel == self::ATTENTION) {
|
if ($linkRel == self::ATTENTION) {
|
||||||
$this->attention[] = $link->getAttribute(self::HREF);
|
$this->attention[] = $link->getAttribute(self::HREF);
|
||||||
} else if ($linkRel == self:MENTIONED) {
|
} elseif ($linkRel == self::MENTIONED) {
|
||||||
$this->attention[] = $link->getAttribute(self::HREF);
|
$this->attention[] = $link->getAttribute(self::HREF);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user