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
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function get_schema_info($schema){
'description' => "",
'author' => [],
'version' => "",
'overwrites' => ""
'overwrites' => []
];
if (!is_file($themepath . "schema/" . $schema . ".php")) return $info;