]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a namespace when checking for LocalID element
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 19:03:57 +0000 (15:03 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 19:03:57 +0000 (15:03 -0400)
darcs-hash:20080602190357-84dde-fbfece18db8a6c4c916c1a58dca1b4a7998772f1.gz

lib/omb.php

index d7fa70195710afc13792a44ca89522f65f16f5e1..ead347860d6b80b49d698b4e59505270bbcbe6c9 100644 (file)
@@ -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;
 }