diff --git a/error/tables-not-found.php b/error/tables-not-found.php index dfed034..6e0bf0b 100644 --- a/error/tables-not-found.php +++ b/error/tables-not-found.php @@ -43,7 +43,7 @@
Database tables:"); - $db = new Database($settings, true, true); + $db = new Database($settings, true, false); try { $st = $db->conn->query("SELECT * FROM " . $settings->table['bans'] . " LIMIT 1;"); $st->fetch();