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 = new dbJSON($this->filenameDb);
|
||||||
$tmp->db = $this->db;
|
$tmp->db = $this->db;
|
||||||
$tmp->save();
|
return $tmp->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function htmlPath()
|
public function htmlPath()
|
||||||
@ -275,7 +275,6 @@ class Plugin {
|
|||||||
$this->db[$key] = $value;
|
$this->db[$key] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->save();
|
return $this->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user