From c52f7657ab5354c4a5f0ffcb23d401e195ad0b6b Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 11 May 2017 20:19:43 +0000 Subject: [PATCH] Now it should work --- include/dba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dba.php b/include/dba.php index 39eb1f460..b9d7f71e5 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();