frio: removed "Illegal string offset" Warnings

This commit is contained in:
Andi 2018-03-21 23:53:41 +01:00
parent 55614320b4
commit e473be01db
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;