frio: removed "Illegal string offset" Warnings
This commit is contained in:
parent
55614320b4
commit
e473be01db
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function get_schema_info($schema){
|
|||
'description' => "",
|
||||
'author' => [],
|
||||
'version' => "",
|
||||
'overwrites' => ""
|
||||
'overwrites' => []
|
||||
];
|
||||
|
||||
if (!is_file($themepath . "schema/" . $schema . ".php")) return $info;
|
||||
|
|
Loading…
Reference in a new issue