From 0ed925c5907b55993d7aa2858d3f8f6c6c50f60b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 2 Jun 2008 14:54:52 -0400 Subject: [PATCH] typo in LocalID generation in xrds darcs-hash:20080602185452-84dde-f9dc335ca69291d83e2a82ecce6e27055ee9e0e5.gz --- actions/xrds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }