X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fconfig.php;h=2e896d45f6883b4d523f5fab7d85fed516db5555;hb=efdb98de6df3b912a3fe553fb23edafd1da9a678;hp=cb4610e5905f1d0e7939ca33c2c8ab8fdabe8797;hpb=2a33882fe03a52eb27a0c7154bac57e9fcd081b3;p=friendica.git 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");