summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/omb.php b/lib/omb.php
index d7fa70195..ead347860 100644
--- a/lib/omb.php
+++ b/lib/omb.php
@@ -89,7 +89,7 @@ function omb_local_id($service) {
if (!$service) {
return NULL;
}
- $els = $service->getElements('LocalID');
+ $els = $service->getElements('xrd:LocalID');
return ($els) ? $els[0] : NULL;
}