]> git.mxchange.org Git - friendica.git/commitdiff
frio: removed "Illegal string offset" Warnings
authorAndi <andiana@PC>
Wed, 21 Mar 2018 22:53:41 +0000 (23:53 +0100)
committerAndi <andiana@PC>
Wed, 21 Mar 2018 22:53:41 +0000 (23:53 +0100)
view/theme/frio/php/schema.php

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