From: Nicolas Boisselier Date: Sat, 30 Jul 2016 02:19:03 +0000 (+0200) Subject: Bed X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=8a8dd72be796ab636292f2981bc12422264cb0d1;p=nb.git Bed --- diff --git a/lib/php/db.php b/lib/php/db.php index 0995b908..e65ec29f 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -279,7 +279,8 @@ class Db extends nb { public function localFile() { - $config = $this->type('localFile',true); + #$config = $this->type('localFile',true); + if (!($config = $this->type('localFile'))) return []; $config[1] = str_replace('',$this->name,$config[1]);