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

frio: removed "Illegal string offset" Warnings
2022.09-rc
Hypolite Petovan 2018-03-21 20:01:01 -04:00 zatwierdzone przez GitHub
commit f3358b7af4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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