ObjectsController: use parent::init
This commit is contained in:
parent
364d4a5d68
commit
f5e1bab424
|
@ -14,6 +14,8 @@ abstract class ObjectsController extends ActionController
|
|||
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
|
||||
$tabs = $this->getTabs();
|
||||
$type = $this->getType();
|
||||
|
||||
|
|
Loading…
Reference in New Issue