Fix typo in sofia profiles class (#7585)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user