From d49b393d11b56207b25a99a0119f5daa9f2b1a86 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 1 Oct 2025 12:13:22 -0600 Subject: [PATCH] Add global $database inside the function --- app/system/resources/functions/system_information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/system/resources/functions/system_information.php b/app/system/resources/functions/system_information.php index 69260fc117..b17d89e355 100644 --- a/app/system/resources/functions/system_information.php +++ b/app/system/resources/functions/system_information.php @@ -84,7 +84,7 @@ //system information function system_information(): array { - global $db_type; + global $database, $db_type; $system_information = []; $esl = event_socket::create();