]> git.mxchange.org Git - friendica.git/commitdiff
Now it should work
authorMichael <heluecht@pirati.ca>
Thu, 11 May 2017 20:19:43 +0000 (20:19 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 11 May 2017 20:19:43 +0000 (20:19 +0000)
include/dba.php

index 39eb1f460744ee3408ce2d303dc3e64215a9d9aa..b9d7f71e53dbe32e6181b7d06a1a4e3c99d37e51 100644 (file)
@@ -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();