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
1 changed files with 1 additions and 1 deletions

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