Fix typo in sofia profiles class (#7585)

This commit is contained in:
frytimo
2025-10-20 23:32:25 -03:00
committed by GitHub
parent 68d7f536d9
commit b99aeee2d6

View File

@@ -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");
}
}