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