From 046d4e7b39eba5808e9cff45159950bf3fd82e57 Mon Sep 17 00:00:00 2001 From: Ario Date: Tue, 17 Sep 2019 12:49:27 +0200 Subject: [PATCH] log --- include/block.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/block.inc.php b/include/block.inc.php index 6eceacf..57e5220 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -311,10 +311,10 @@ class Block * */ $continue = false; try { - $res = $db->run( + $res = $db->single( "SHOW TABLES LIKE 'networkstats'" ); - if ($res) $continue = true; + if ($res !== false) $continue = true; } catch (Exception $e) { $continue = false;