fix tab change

This commit is contained in:
Daniel Seifert 2023-12-12 13:36:33 +01:00
parent 47b7e03552
commit ff71ee0965
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F

View File

@ -27,7 +27,7 @@ class MailCheckMenu extends AdminListController
public function render()
{
$this->addTplParam('noOXIDCheck', true);
$this->setEditObjectId('foo');
return parent::render();
}
}