]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
syntax error in exception string in discovery.php
authorEvan Prodromou <evan@status.net>
Fri, 3 Sep 2010 05:41:01 +0000 (01:41 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 3 Sep 2010 05:41:01 +0000 (01:41 -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) {