mail/postfix: remove sessionClose()

This commit is contained in:
Franco Fichtner 2024-12-12 08:39:43 +01:00
parent ee4ccb371d
commit b5ea231c9c

View file

@ -64,9 +64,6 @@ class ServiceController extends ApiMutableServiceControllerBase
public function reconfigureAction()
{
if ($this->request->isPost()) {
// close session for long running action
$this->sessionClose();
$mdlGeneral = new General();
$backend = new Backend();