mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-07 15:52:45 -04:00
ObjectController: add missing variable
This commit is contained in:
parent
19eec671f2
commit
4133733664
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue