diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-02 14:54:52 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-02 14:54:52 -0400 |
commit | 0ed925c5907b55993d7aa2858d3f8f6c6c50f60b (patch) | |
tree | f41d9c706d4b88ae9de317972eb801aa8d5ad335 /actions | |
parent | 0f374fb944438644b4e1059fc84995615e92e870 (diff) |
typo in LocalID generation in xrds
darcs-hash:20080602185452-84dde-f9dc335ca69291d83e2a82ecce6e27055ee9e0e5.gz
Diffstat (limited to 'actions')
-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'); } |