[+] CORE : Module properly upgraded with message even if no file upgrade file exist, add 'upgrade' button

This commit is contained in:
vSchoener
2012-02-23 11:02:35 +00:00
parent e142fd12b6
commit 478049cac9
6 changed files with 123 additions and 17 deletions
+1
View File
@@ -290,6 +290,7 @@ class AdminControllerCore extends Controller
26 => $this->l('Cover selection saved'),
27 => $this->l('Image shop association modified'),
28 => $this->l('Zone affected to the selection successfully'),
29 => $this->l('Upgrade succeed')
);
if (!$this->identifier) $this->identifier = 'id_'.$this->table;
if (!$this->_defaultOrderBy) $this->_defaultOrderBy = $this->identifier;