[*] BO : #PSFV-94 - changes to helpers

This commit is contained in:
lLefevre
2011-10-20 15:37:26 +00:00
parent a6c0ccf8c9
commit 0548815b61
14 changed files with 231 additions and 271 deletions
@@ -96,14 +96,6 @@ class AdminOrderMessageController extends AdminController
parent::__construct();
}
public function initContent()
{
if ($this->display != 'edit' && $this->display != 'add')
$this->display = 'list';
parent::initContent();
}
}