Skip to content

Commit

Permalink
Update SQL.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn authored Aug 11, 2024
1 parent 3472cb1 commit d833117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/SQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct($db_host, $db_user, $db_pass, $db_name)
$db_pass,
$db_name
);
$this->SQL->set_charset("utf8");
$this->sql->set_charset("utf8");
} catch (Exception $e) {
echo $e->getMessage();
exit;
Expand Down

0 comments on commit d833117

Please sign in to comment.