]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/schema.php
Merge pull request #4675 from annando/group-delete
[friendica.git] / 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;