This commit is contained in:
Michael 2017-06-13 05:56:02 +00:00
parent 97be344a4a
commit cd129665ef
1 changed files with 1 additions and 1 deletions

View File

@ -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