[-] BO : Fix proces and save buttons for Modules and AdminControllers

This commit is contained in:
gRoussac
2013-09-18 17:23:08 +02:00
parent 2e311410b2
commit 27f14b9a31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class HelperFormCore extends Helper
/** @var array values of form fields */
public $fields_value = array();
public $table = 'Configuration';
public $table = 'configuration';
public $name_controller = '';
/** @var string if not null, a title will be added on that list */