From: Andi Date: Wed, 21 Mar 2018 22:53:41 +0000 (+0100) Subject: frio: removed "Illegal string offset" Warnings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e473be01dbd090927d9eb1e8d36e6df9f6f570a3;p=friendica.git frio: removed "Illegal string offset" Warnings --- 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;