summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-09-05 17:31:46 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-05 17:31:46 -0400
commit6fe2429c4191bd4b7de8c7a512dfbf78571ddbaf (patch)
treef362ba93b254304e2d6cdbe8156bc5df5e0b1be7
parentf7c46effa21e6ea04b8d7cbb81501009b9f534ce (diff)
Fix syntax error
-rw-r--r--plugins/OStatus/lib/discovery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/lib/discovery.php b/plugins/OStatus/lib/discovery.php
index ed22b452f..04c672720 100644
--- a/plugins/OStatus/lib/discovery.php
+++ b/plugins/OStatus/lib/discovery.php
@@ -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) {