Invalid condition in connect.inc

This commit is contained in:
Kamil Tekiela 2021-11-07 13:25:03 +00:00
parent 1b3a73bbd7
commit 97bef32976

View File

@ -91,7 +91,7 @@
$flags = ($enable_env_flags) ? $connect_flags : 0;
if ($flags !== false) {
if ($flags !== 0) {
parent::__construct();
$this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
} else {