From e1f29ba4058233767a84c258f3a5c988b86ea57e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 8 Jan 2018 01:15:57 +0000 Subject: [PATCH] lib/php/db.php --- lib/php/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db.php b/lib/php/db.php index 7e47ebeb..ca1e19ab 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -958,7 +958,7 @@ class Db extends nb { } public function dump($db_type='') { - return $this->sql(true); + return $this->sql(true,$db_type); } public function sql($insert=null,$db_type='') { -- 2.47.3