diff --git a/resources/install/scripts/resources/functions/cache.lua b/resources/install/scripts/resources/functions/cache.lua index f84762ee48..fa88078bae 100644 --- a/resources/install/scripts/resources/functions/cache.lua +++ b/resources/install/scripts/resources/functions/cache.lua @@ -21,7 +21,7 @@ if not api then end local function send_event(action, key) - local event = freeswitch.Event("MEMCACHE", action); + local event = freeswitch.Event("MEMCACHE"); event:addHeader("API-Command", "memcache"); event:addHeader("API-Command-Argument", action .. " " .. key); event:fire()