Fix the alias for the XML handler.

This commit is contained in:
Mark Crane 2014-11-21 04:37:43 +00:00
parent 285504c976
commit 3daa03d2a5
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@
table.insert(xml, [[ </gateways>]]);
table.insert(xml, [[ <domains>]]);
table.insert(xml, [[ <domain name="all" alias="false" parse="true"/>]]);
table.insert(xml, [[ <domain name="all" alias="true" parse="true"/>]]);
table.insert(xml, [[ </domains>]]);
table.insert(xml, [[ <settings>]]);
profile_tag_status = "open";