From b8119df9fe4a12f227409e490b9ab83c92bf867f Mon Sep 17 00:00:00 2001 From: Ario Date: Tue, 17 Sep 2019 12:04:50 +0200 Subject: [PATCH] log --- include/block.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/block.inc.php b/include/block.inc.php index e6af57c..abb3ff7 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -290,6 +290,7 @@ class Block $db->commit(); } // relese the locking as everything is finished + $db->exec("UNLOCK TABLES"); /*** * @@ -380,7 +381,6 @@ class Block ); } - $db->exec("UNLOCK TABLES"); return true; }