[bug] after moving sanitize remove the original one
This commit is contained in:
parent
b4ccdd244b
commit
2973ca1e4d
|
|
@ -276,7 +276,7 @@
|
||||||
|
|
||||||
--set the parameters
|
--set the parameters
|
||||||
if (sip_profile_setting_name) then
|
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
|
end
|
||||||
|
|
||||||
--set the previous value
|
--set the previous value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue