From 726c40efde1f81c30b8083903c882480d3433350 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 12 Sep 2016 09:42:56 +0100 Subject: [PATCH] minor changes --- 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 682d27ac..dafa4de4 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -201,7 +201,7 @@ class Db extends nb { foreach(['name','host','file'] as $p) { if (!empty($this->$p)) $msg .= " | $p:".$this->$p; } - throw new Exception($msg, (int)$e->getCode( )); + throw new Exception($msg, (int)$e->getCode()); self::bye($msg); } -- 2.47.3