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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9636 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-10-25 15:00:59 +00:00
parent a9fb7e1eb9
commit 75cc00c082
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;