mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
BugFix [master] outbound_caller_id_select cache issue (#2602)
retrieve the correct items to feed to cache->delete
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
//clear the cache
|
||||
$cache = new cache;
|
||||
foreach($_SESSION['user']['extension'] as $field) {
|
||||
$cache->delete("directory:".$_SESSION['user']['destination']."@".$_SESSION['user']['user_context']);
|
||||
$cache->delete("directory:".$field['destination']."@".$field['user_context']);
|
||||
}
|
||||
|
||||
//set the message
|
||||
|
||||
Reference in New Issue
Block a user