[*] BO : #PSFV-94 - added AdminPPreferencesController

This commit is contained in:
tDidierjean
2011-10-25 15:00:59 +00:00
parent 9d4b21d7b3
commit 45a639fb16
2 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class HelperOptionsCore extends Helper
// Is at least one required field present?
if (isset($field['required']) && $field['required'])
$this->required = true;
$required_fields = true;
}
// Assign the modifications back to parent array
$option_list[$category] = $category_data;