[*] BO : #PSFV-94 - added AdminLogsController and changed initX() functions to return their result

This commit is contained in:
tDidierjean
2011-10-21 13:40:41 +00:00
parent b9cf3b3afb
commit 2dd023e92d
16 changed files with 175 additions and 131 deletions
@@ -136,7 +136,7 @@ class AdminCarriersControllerCore extends AdminController
$this->_join = 'LEFT JOIN `'._DB_PREFIX_.'carrier_lang` b ON a.id_carrier = b.id_carrier';
$this->_where = 'AND b.id_lang = '.$this->context->language->id;
parent::initList();
return parent::initList();
}
public function initForm()
@@ -357,7 +357,7 @@ class AdminCarriersControllerCore extends AdminController
'class' => 'button'
);
parent::initForm();
return parent::initForm();
}
public function postProcess()