// update positions module tab

This commit is contained in:
sLorenzini
2013-07-12 17:48:07 +02:00
parent c12ce3dd29
commit 4919d6d81a
2 changed files with 151 additions and 93 deletions
@@ -30,6 +30,7 @@ class AdminModulesPositionsControllerCore extends AdminController
public function postProcess()
{
$this->bootstrap = true;
// Getting key value for display
if (Tools::getValue('show_modules') && strval(Tools::getValue('show_modules')) != 'all')
$this->display_key = (int)Tools::getValue('show_modules');