mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
[bug] after moving sanitize remove the original one
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user