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

This commit is contained in:
tDidierjean
2011-10-19 13:18:51 +00:00
parent dc2c8fa3d9
commit cc6e3a6dab
18 changed files with 223 additions and 158 deletions
+2 -1
View File
@@ -1006,7 +1006,8 @@ class AdminControllerCore extends Controller
{
$this->context->smarty->assign(array(
'current' => self::$currentIndex,
'token' => $this->token
'token' => $this->token,
'table' => $this->table
));
if ($this->display == 'edit' || $this->display == 'add')