Merge pull request #4645 from Andi-K/3.6-rc

frio: removed "Illegal string offset" Warnings
This commit is contained in:
Hypolite Petovan 2018-03-21 20:01:01 -04:00 committed by GitHub
commit f3358b7af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;