Update acl.conf.lua

Change expire acl.conf to acl_conf
This commit is contained in:
FusionPBX 2016-03-25 01:00:43 -06:00
parent bb4113e210
commit 4ce2bb5c8f
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
dbh:release(); dbh:release();
--set the cache --set the cache
result = trim(api:execute("memcache", "set configuration:acl.conf '"..XML_STRING:gsub("'", "'").."' "..expire["acl.conf"])); result = trim(api:execute("memcache", "set configuration:acl.conf '"..XML_STRING:gsub("'", "'").."' "..expire["acl_conf"]));
--send the xml to the console --send the xml to the console
if (debug["xml_string"]) then if (debug["xml_string"]) then