From: Evan Prodromou Date: Mon, 2 Jun 2008 18:54:52 +0000 (-0400) Subject: typo in LocalID generation in xrds X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ed925c5907b55993d7aa2858d3f8f6c6c50f60b;p=quix0rs-gnu-social.git typo in LocalID generation in xrds darcs-hash:20080602185452-84dde-f9dc335ca69291d83e2a82ecce6e27055ee9e0e5.gz --- diff --git a/actions/xrds.php b/actions/xrds.php index ef62f3b6e9..1b10f94773 100644 --- a/actions/xrds.php +++ b/actions/xrds.php @@ -121,7 +121,7 @@ class XrdsAction extends Action { } } if ($localId) { - common_element('LocalID', NULL, $localID); + common_element('LocalID', NULL, $localId); } common_element_end('Service'); }