Add a missing permission on backup.

This commit is contained in:
markjcrane
2016-04-04 19:51:22 -06:00
parent 68c2e315ba
commit 4ac03a8d1a
2 changed files with 82 additions and 81 deletions

View File

@@ -27,7 +27,7 @@
local cache = require"resources.functions.cache"
local log = require"resources.functions.log"["xml_handler"]
-- needed for cli-command xml_locate dialplan
--needed for cli-command xml_locate dialplan
if (call_context == nil) then
call_context = "public";
end