Bug fix for 521

This commit is contained in:
Diego Najar 2017-12-20 00:25:42 +01:00
parent b3d36f66a4
commit 8a85434732
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}