Update ring_group_edit.php

This commit is contained in:
FusionPBX 2024-11-13 16:23:43 -07:00 committed by GitHub
parent 5cb5f97743
commit 33354ff5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
//connect to database
$database = database::new();
//create the settings object
$settings = new settings(['database' => $database, 'domain_uuid' => $_SESSION['domain_uuid'] ?? '', 'user_uuid' => $_SESSION['user_uuid'] ?? '']);
//add multi-lingual support