mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Merge branch 'develop' into pr/exception
This commit is contained in:
commit
4d5401ef89
2 changed files with 13 additions and 5 deletions
|
|
@ -73,7 +73,7 @@ class DBMySQL extends DB
|
|||
// Check connection error
|
||||
if($mysqli->connect_errno)
|
||||
{
|
||||
$this->setError($mysqli->connect_errno, $mysqli->connect_error());
|
||||
$this->setError($mysqli->connect_errno, $mysqli->connect_error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue