Fix syntax error

This commit is contained in:
Craig Andrews 2010-09-05 17:31:46 -04:00
parent f7c46effa2
commit 6fe2429c41
1 changed files with 1 additions and 1 deletions

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) {