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();