mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 17:45:05 +00:00
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