Frio: Fix warnings in config page
This commit is contained in:
parent
8bcf52d180
commit
6fcad290a4
|
@ -36,6 +36,7 @@ function frio_form(&$a, $arr) {
|
||||||
|
|
||||||
$scheme_info = get_schema_info($arr["schema"]);
|
$scheme_info = get_schema_info($arr["schema"]);
|
||||||
$disable = $scheme_info["overwrites"];
|
$disable = $scheme_info["overwrites"];
|
||||||
|
if (!is_array($disable)) $disable = array();
|
||||||
|
|
||||||
$scheme_choices = array();
|
$scheme_choices = array();
|
||||||
$scheme_choices["---"] = t("Default");
|
$scheme_choices["---"] = t("Default");
|
||||||
|
|
Loading…
Reference in a new issue