[bug] after moving sanitize remove the original one

This commit is contained in:
FusionPBX
2023-04-26 11:28:55 -06:00
committed by GitHub
parent b4ccdd244b
commit 2973ca1e4d

View File

@@ -276,7 +276,7 @@
--set the parameters
if (sip_profile_setting_name) then
xml:append([[ <param name="]] .. xml.sanitize(sip_profile_setting_name) .. [[" value="]] .. xml.sanitize(sip_profile_setting_value) .. [["/>]]);
xml:append([[ <param name="]] .. xml.sanitize(sip_profile_setting_name) .. [[" value="]] .. sip_profile_setting_value .. [["/>]]);
end
--set the previous value