From de1ddc32224c964a2713e14118a02252d9fd5ac3 Mon Sep 17 00:00:00 2001 From: Sama34 Date: Mon, 26 Aug 2024 00:20:18 -0700 Subject: [PATCH] Update output.php --- resources/output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/output.php b/resources/output.php index 71d0f2d..ef4b929 100644 --- a/resources/output.php +++ b/resources/output.php @@ -527,7 +527,7 @@ function updateDBSettings() { if(!isset($config[$dbfile])) { - $config[$dbfile] = []; + $config[$dbfile] = array(); } require_once MYBB_ROOT."inc/db_{$dbfile}.php";