From: Michael Date: Tue, 13 Jun 2017 05:56:02 +0000 (+0000) Subject: örgs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd129665ef3baab31489dae51282341d5d8763e3;p=friendica.git örgs --- diff --git a/include/dba.php b/include/dba.php index e1330d4424..3e62da892f 100644 --- a/include/dba.php +++ b/include/dba.php @@ -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