diff --git a/view/theme/frio/php/schema.php b/view/theme/frio/php/schema.php index e890a4a691..83aad53b7e 100644 --- a/view/theme/frio/php/schema.php +++ b/view/theme/frio/php/schema.php @@ -32,7 +32,7 @@ function get_schema_info($schema){ 'description' => "", 'author' => [], 'version' => "", - 'overwrites' => "" + 'overwrites' => [] ]; if (!is_file($themepath . "schema/" . $schema . ".php")) return $info;