From 47368eaa46a968f9a76e333cb93f02ba59005669 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 2 Mar 2016 11:29:12 +0000 Subject: [PATCH] tables --- lib/php/db.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/php/db.php b/lib/php/db.php index 8e5f3dfd..0466886b 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -225,6 +225,7 @@ class db extends nb { } else { if ($this->pdo) $this->bye('db.tables(): Unknow db type: '.$this->type); + $this->_tables = array(); return array(); } -- 2.47.3