diff options
Diffstat (limited to 'config/process_put.lua')
-rw-r--r-- | config/process_put.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/process_put.lua b/config/process_put.lua index 0a3b8bc..33e918a 100644 --- a/config/process_put.lua +++ b/config/process_put.lua @@ -7,7 +7,7 @@ APP.logevent("got to process_put script") local params = functions.get_device_params(device_id) function process_polycom() - local before, xml, after = string.match(data, "(.*<OVERRIDES )([^/]*)( />.*)") + local before, xml, after = string.match(data, "(.*<OVERRIDES)([^/]*)(/>.*)") if not xml then return end local attrs = {} for str in string.gmatch(xml, "%S+") do |