From: Nicolas Boisselier Date: Mon, 12 Sep 2016 08:42:56 +0000 (+0100) Subject: minor changes X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=726c40efde1f81c30b8083903c882480d3433350;p=nb.git minor changes --- 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); }