Skip to content

Commit d715e90

Browse files
committed
Update ez_mysqli.php
1 parent 9ad7ab6 commit d715e90

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
@@ -81,7 +81,7 @@ public function quick_connect(
8181
$charset = empty($charset) ? $this->database->getCharset() : $charset;
8282

8383
if (!$this->connect($user, $password, $host, (int) $port, $charset));
84-
else if (!$this->dbSelect($name, $charset));
84+
else if (!$this->select($name, $charset));
8585

8686
return $this->_connected;
8787
} // quick_connect

0 commit comments

Comments
 (0)