mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-31 04:59:17 +00:00
Groups: Better DB record management on Group rename and Group Domain change.
This commit is contained in:
@@ -36,6 +36,10 @@ require_once "resources/require.php";
|
||||
return;
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
|
||||
//get the http value and set as a variable
|
||||
$group_uuid = check_str($_GET["id"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user