This commit is contained in:
Ario
2019-09-17 12:40:51 +02:00
parent a9f62b8d6d
commit 468ec7fb1d

View File

@@ -309,10 +309,14 @@ class Block
* *
* *
* */ * */
try {
$res = $db->run(
"SHOW TABLES LIKE 'networkstats'"
);
$res = $db->run( } catch (Exception $e) {
"SHOW TABLES LIKE 'networkstats'" $res = false;
); }
_log($res,3); _log($res,3);
if($res !== FALSE) { if($res !== FALSE) {