Skip to content

Commit

Permalink
Update output.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sama34 committed Aug 26, 2024
1 parent f122271 commit de1ddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/output.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function updateDBSettings()
{
if(!isset($config[$dbfile]))
{
$config[$dbfile] = [];
$config[$dbfile] = array();
}

require_once MYBB_ROOT."inc/db_{$dbfile}.php";
Expand Down

0 comments on commit de1ddc3

Please sign in to comment.