From 4ce2bb5c8f37c547d6383d4cee0d360a9a5d97f9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 25 Mar 2016 01:00:43 -0600 Subject: [PATCH] Update acl.conf.lua Change expire acl.conf to acl_conf --- .../xml_handler/resources/scripts/configuration/acl.conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua b/resources/install/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua index 324303d988..dbdba378f0 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua @@ -103,7 +103,7 @@ dbh:release(); --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 if (debug["xml_string"]) then @@ -124,4 +124,4 @@ if (debug["cache"]) then freeswitch.consoleLog("notice", "[xml_handler] configuration:acl.conf source: memcache\n"); end - end --if XML_STRING \ No newline at end of file + end --if XML_STRING