Update directory.lua

This commit is contained in:
FusionPBX
2016-08-15 21:50:44 -06:00
committed by GitHub
parent 85750f61c1
commit df8b71735e
@@ -522,9 +522,9 @@
end end
--save to the conf directory --save to the conf directory
local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w")); --local file = assert(io.open(conf_dir .. "/directory/" .. user .. "@" .. domain_name .. ".xml.cache", "w"));
file:write(XML_STRING); --file:write(XML_STRING);
file:close(); --file:close();
--send to the console --send to the console
if (debug["cache"]) then if (debug["cache"]) then