]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo in LocalID generation in xrds
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:54:52 +0000 (14:54 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:54:52 +0000 (14:54 -0400)
darcs-hash:20080602185452-84dde-f9dc335ca69291d83e2a82ecce6e27055ee9e0e5.gz

actions/xrds.php

index ef62f3b6e9addea3994e65a306ad0b1c75ddfc1b..1b10f947735045ed2ac3ff374b4afed25e62f255 100644 (file)
@@ -121,7 +121,7 @@ class XrdsAction extends Action {
                        }
                }
                if ($localId) {
-                       common_element('LocalID', NULL, $localID);
+                       common_element('LocalID', NULL, $localId);
                }
                common_element_end('Service');
        }