fix tab change

This commit is contained in:
2023-12-12 13:36:33 +01:00
parent 47b7e03552
commit ff71ee0965

View File

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