mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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()
|
public function init()
|
||||||
{
|
{
|
||||||
|
parent::init();
|
||||||
|
|
||||||
$tabs = $this->getTabs();
|
$tabs = $this->getTabs();
|
||||||
$type = $this->getType();
|
$type = $this->getType();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user