From e473be01dbd090927d9eb1e8d36e6df9f6f570a3 Mon Sep 17 00:00:00 2001 From: Andi Date: Wed, 21 Mar 2018 23:53:41 +0100 Subject: [PATCH] frio: removed "Illegal string offset" Warnings --- view/theme/frio/php/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;