Trigger session destruction to make sure it get's stored

This commit is contained in:
Eric Lippmann 2018-08-15 16:45:49 +02:00
parent c4ee09d567
commit 8f98f31d66

View file

@ -199,6 +199,10 @@ class ProcessForm extends QuickForm
);
}
// Trigger session destruction to make sure it get's stored.
// TODO: figure out why this is necessary, might be an unclean shutdown on redirect
unset($changes);
parent::onSuccess();
}
}