mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update cache.lua
This commit is contained in:
@@ -84,7 +84,6 @@ function Cache.get(key)
|
||||
--freeswitch.consoleLog("notice", "[cache] location: " .. cache.location .. "/" .. key .."\n");
|
||||
local file, err = io.open(cache.location .. "/" .. key, "rb")
|
||||
result = file:read("*all")
|
||||
err = '';
|
||||
else
|
||||
err = 'NOT FOUND';
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user