diff options
-rw-r--r-- | actions/xrds.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/xrds.php b/actions/xrds.php index ef62f3b6e..1b10f9477 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'); } |