mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-19 00:38:27 +02:00
ObjectController: add missing variable
This commit is contained in:
parent
19eec671f2
commit
4133733664
@ -71,6 +71,7 @@ abstract class ObjectController extends ActionController
|
||||
|
||||
public function deleteAction()
|
||||
{
|
||||
$type = $this->getType();
|
||||
$this->getTabs()->activate('delete');
|
||||
|
||||
$this->view->form = $form = $this->loadForm(
|
||||
|
Loading…
x
Reference in New Issue
Block a user