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