diff --git a/lib/omb.php b/lib/omb.php index d7fa701957..ead347860d 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; }