mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
Trigger session destruction to make sure it get's stored
This commit is contained in:
parent
c4ee09d567
commit
8f98f31d66
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue