typo in LocalID generation in xrds

darcs-hash:20080602185452-84dde-f9dc335ca69291d83e2a82ecce6e27055ee9e0e5.gz
This commit is contained in:
Evan Prodromou 2008-06-02 14:54:52 -04:00
parent 0f374fb944
commit 0ed925c590
1 changed files with 1 additions and 1 deletions

View 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');
}