Update directory.lua

This commit is contained in:
FusionPBX 2016-08-15 21:50:44 -06:00 committed by GitHub
parent 6167839d2d
commit d3dc83067a
1 changed files with 3 additions and 3 deletions

View File

@ -522,9 +522,9 @@
end
--save to the conf directory
local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
file:write(XML_STRING);
file:close();
--local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
--file:write(XML_STRING);
--file:close();
--send to the console
if (debug["cache"]) then