From 8a8dd72be796ab636292f2981bc12422264cb0d1 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 30 Jul 2016 04:19:03 +0200 Subject: [PATCH] Bed --- lib/php/db.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]); -- 2.47.3