Skip to content

Commit cf77e29

Browse files
committed
Update ez_mysqli.php
1 parent 7731e1d commit cf77e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Database/ez_mysqli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public function query(string $query, bool $use_prepare = false)
428428
// If there is no existing database connection then try to connect
429429
if (!isset($this->dbh) || !$this->dbh) {
430430
$this->connect($this->database->getUser(), $this->database->getPassword(), $this->database->getHost());
431-
$this->select($this->database->getName());
431+
$this->dbSelect($this->database->getName());
432432
}
433433

434434
// Perform the query via std mysql_query function..

0 commit comments

Comments
 (0)