From: Michael Date: Thu, 11 May 2017 20:19:43 +0000 (+0000) Subject: Now it should work X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c52f7657ab5354c4a5f0ffcb23d401e195ad0b6b;p=friendica.git Now it should work --- diff --git a/include/dba.php b/include/dba.php index 39eb1f4607..b9d7f71e53 100644 --- a/include/dba.php +++ b/include/dba.php @@ -22,7 +22,7 @@ class dba { public $connected = false; public $error = false; private $_server_info = ''; - private $in_transaction = false; + private static $in_transaction = false; private static $dbo; private static $relation = array();