pull/3533/head
Michael 2017-06-13 05:56:02 +00:00
rodzic 97be344a4a
commit cd129665ef
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -691,7 +691,7 @@ class dba {
self::close($stmt);
} while ((self::$dbo->errorno = 1213) && (--$timeout > 0));
} while ((self::$dbo->errorno == 1213) && (--$timeout > 0));
if (self::$dbo->errorno != 0) {
// We have to preserve the error code, somewhere in the logging it get lost