ObjectsController: use parent::init

This commit is contained in:
Thomas Gelf 2015-12-10 13:15:06 +01:00
parent 364d4a5d68
commit f5e1bab424
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ abstract class ObjectsController extends ActionController
public function init()
{
parent::init();
$tabs = $this->getTabs();
$type = $this->getType();