Skip to content

Commit

Permalink
Fix improper setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Sep 20, 2021
1 parent 6cf3412 commit 5abfe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function initAdodb(): object
$db_host .= ":$db_port";
}

$old_db = null;
$old_db = new \stdClass();
// Attempt to connect to the database
try
{
Expand Down

0 comments on commit 5abfe8f

Please sign in to comment.