frio: removed "Illegal string offset" Warnings
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user