Add user_uuid

This commit is contained in:
FusionPBX 2024-03-25 13:46:02 -06:00 committed by GitHub
parent 71fefde828
commit 311febaf0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
$text = $language->get();
//add the settings object
$settings = new settings(["domain_uuid" => $_SESSION['domain_uuid']]);
$settings = new settings(["domain_uuid" => $_SESSION['domain_uuid'], "user_uuid" => $_SESSION['user_uuid']]);
$speech_enabled = $settings->get('ai', 'speech_enabled');
//set additional variables