projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e603632
)
urgh. typo
author
James Walker
<walkah@walkah.net>
Mon, 2 Aug 2010 18:24:50 +0000
(14:24 -0400)
committer
James Walker
<walkah@walkah.net>
Mon, 2 Aug 2010 18:24:50 +0000
(14:24 -0400)
lib/activitycontext.php
patch
|
blob
|
history
diff --git
a/lib/activitycontext.php
b/lib/activitycontext.php
index 4e97b2ab98cad034433ada0d7d4679045d19fdb4..5afbb7fd28b75b4bc36315a74f1e3cecd3b3f944 100644
(file)
--- a/
lib/activitycontext.php
+++ b/
lib/activitycontext.php
@@
-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) {
+ } else
if ($linkRel == self:
:MENTIONED) {
$this->attention[] = $link->getAttribute(self::HREF);
}
}