Finished settings

This commit is contained in:
2020-12-29 00:39:20 +01:00
parent bbe7b5849a
commit 5c17a540ee
15 changed files with 199 additions and 51 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ class osu_library
public function get_root() : string
{
return $this->db["root"];
return $this->db["root"] ?? "";
}
public function set_root(string $root) : void