ObjectController: add missing variable

This commit is contained in:
Thomas Gelf 2015-08-03 13:41:22 +02:00
parent 19eec671f2
commit 4133733664

View File

@ -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(