From 68d7f536d9f019c0d1b616a55f99eb025f621371 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 20 Oct 2025 14:32:04 -0600 Subject: [PATCH] Update index.lua --- app/switch/resources/scripts/app/feature_event/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/scripts/app/feature_event/index.lua b/app/switch/resources/scripts/app/feature_event/index.lua index 970c9f3fda..1d2d2ed2bd 100644 --- a/app/switch/resources/scripts/app/feature_event/index.lua +++ b/app/switch/resources/scripts/app/feature_event/index.lua @@ -358,5 +358,5 @@ end --clear the cache if (feature_enabled ~= nil) then - cache.del(hostname.."directory:"..user.."@"..host) + cache.del(hostname..":directory:"..user.."@"..host) end