Merge pull request #4645 from Andi-K/3.6-rc
frio: removed "Illegal string offset" Warnings
This commit is contained in:
commit
f3358b7af4
|
@ -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