Bug fix for 521
This commit is contained in:
parent
b3d36f66a4
commit
8a85434732
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue