]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix syntax error
authorCraig Andrews <candrews@integralblue.com>
Sun, 5 Sep 2010 21:31:46 +0000 (17:31 -0400)
committerCraig Andrews <candrews@integralblue.com>
Sun, 5 Sep 2010 21:31:46 +0000 (17:31 -0400)
plugins/OStatus/lib/discovery.php

index ed22b452f108734151cd00ea3f3330810442f564..04c672720757107f588cb4b935580a4ed7866450 100644 (file)
@@ -107,7 +107,7 @@ class Discovery
         }
 
         // @todo Needs i18n.
-        throw new Exception('Unable to find services for '. $id '.');
+        throw new Exception('Unable to find services for '. $id '.');
     }
 
     public static function getService($links, $service) {