From b99aeee2d6b82f48ee86e8bd5569f872a2ccd46e Mon Sep 17 00:00:00 2001 From: frytimo Date: Mon, 20 Oct 2025 23:32:25 -0300 Subject: [PATCH] Fix typo in sofia profiles class (#7585) --- app/sip_profiles/resources/classes/sip_profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_profiles/resources/classes/sip_profiles.php b/app/sip_profiles/resources/classes/sip_profiles.php index 324232fb56..557b9cc76f 100644 --- a/app/sip_profiles/resources/classes/sip_profiles.php +++ b/app/sip_profiles/resources/classes/sip_profiles.php @@ -264,7 +264,7 @@ //clear the cache if (!empty($sip_profile_hostname)) { $cache = new cache; - $cache->delete($sip_profile_hostname.":"configuration:sofia.conf"); + $cache->delete($sip_profile_hostname.":configuration:sofia.conf"); } }