@@ -50,7 +50,7 @@ |
||
50 | 50 | } |
51 | 51 | } |
52 | 52 | |
53 | - if (!$suppress_error && ! $this->silence_connection_warning) { |
|
53 | + if (!$suppress_error && !$this->silence_connection_warning) { |
|
54 | 54 | $conn->real_connect($data['host'], null, null, null, (int) $data['port'], $data['socket']); |
55 | 55 | } else { |
56 | 56 | @ $conn->real_connect($data['host'], null, null, null, (int) $data['port'], $data['socket']); |