Frio: Fix warnings in config page

This commit is contained in:
fabrixxm 2016-05-27 15:50:51 +02:00
parent 8bcf52d180
commit 6fcad290a4
1 changed files with 1 additions and 0 deletions

View File

@ -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");