This commit is contained in:
Ario
2019-09-17 12:20:37 +02:00
parent 2d05a8334b
commit a9f62b8d6d

View File

@@ -311,8 +311,9 @@ class Block
* */
$res = $db->run(
"SHOW TABLES LIKE 'networkstats';"
"SHOW TABLES LIKE 'networkstats'"
);
_log($res,3);
if($res !== FALSE) {