log
This commit is contained in:
@@ -311,10 +311,10 @@ class Block
|
|||||||
* */
|
* */
|
||||||
$continue = false;
|
$continue = false;
|
||||||
try {
|
try {
|
||||||
$res = $db->run(
|
$res = $db->single(
|
||||||
"SHOW TABLES LIKE 'networkstats'"
|
"SHOW TABLES LIKE 'networkstats'"
|
||||||
);
|
);
|
||||||
if ($res) $continue = true;
|
if ($res !== false) $continue = true;
|
||||||
|
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$continue = false;
|
$continue = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user