Update directory.lua

This commit is contained in:
FusionPBX 2016-08-15 21:50:44 -06:00 committed by GitHub
parent 85750f61c1
commit df8b71735e
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