diff --git a/bl-kernel/abstract/plugin.class.php b/bl-kernel/abstract/plugin.class.php index 01671df1..66d80d0a 100644 --- a/bl-kernel/abstract/plugin.class.php +++ b/bl-kernel/abstract/plugin.class.php @@ -86,7 +86,7 @@ class Plugin { { $tmp = new dbJSON($this->filenameDb); $tmp->db = $this->db; - $tmp->save(); + return $tmp->save(); } public function htmlPath() @@ -275,7 +275,6 @@ class Plugin { $this->db[$key] = $value; } } - return $this->save(); }