mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-10 18:48:23 +00:00
[CORE] [MENU] Feature Assign/Unassign User Groups (#7373)
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
$array['title'] = $text['modal_title-confirmation'];
|
||||
$array['message'] = $text['confirm-delete'];
|
||||
break;
|
||||
case 'unassign':
|
||||
$array['title'] = $text['modal_title-confirmation'];
|
||||
$array['message'] = $text['confirm-unassign'];
|
||||
default: //general
|
||||
$array['title'] = !empty($array['title']) ? $array['title'] : $text['modal_title-confirmation'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user