From: fabrixxm Date: Fri, 27 May 2016 13:50:51 +0000 (+0200) Subject: Frio: Fix warnings in config page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6fcad290a4f5bf3c1341d594309e89f33aa2df97;p=friendica.git Frio: Fix warnings in config page --- diff --git a/view/theme/frio/config.php b/view/theme/frio/config.php index cb4610e590..2e896d45f6 100644 --- a/view/theme/frio/config.php +++ b/view/theme/frio/config.php @@ -36,6 +36,7 @@ function frio_form(&$a, $arr) { $scheme_info = get_schema_info($arr["schema"]); $disable = $scheme_info["overwrites"]; + if (!is_array($disable)) $disable = array(); $scheme_choices = array(); $scheme_choices["---"] = t("Default");