]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
urgh. typo
authorJames Walker <walkah@walkah.net>
Mon, 2 Aug 2010 18:24:50 +0000 (14:24 -0400)
committerJames Walker <walkah@walkah.net>
Mon, 2 Aug 2010 18:24:50 +0000 (14:24 -0400)
lib/activitycontext.php

index 4e97b2ab98cad034433ada0d7d4679045d19fdb4..5afbb7fd28b75b4bc36315a74f1e3cecd3b3f944 100644 (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);
             }
         }