syntax error in exception string in discovery.php

This commit is contained in:
Evan Prodromou 2010-09-03 01:41:01 -04:00
parent edf45ad647
commit 4aac47de03

View File

@ -107,7 +107,7 @@ class Discovery
} }
// @todo Needs i18n. // @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) { public static function getService($links, $service) {