diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index 6a3031e3a5..98c6c85111 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -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