diff --git a/view/theme/frio/config.php b/view/theme/frio/config.php index cb4610e59..2e896d45f 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"); diff --git a/view/theme/frio/php/modes/default.php b/view/theme/frio/php/modes/default.php index e5971aefa..6f9c1a4b0 100644 --- a/view/theme/frio/php/modes/default.php +++ b/view/theme/frio/php/modes/default.php @@ -44,7 +44,6 @@ else echo""; } ?> - Skip to main content