Skip to content
Snippets Groups Projects
Commit a03bcb06 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add missing call to page_close, fixes #1890

Closes #1890

Merge request studip/studip!1236
parent e5e9bd58
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,7 @@ class Form extends Part ...@@ -183,6 +183,7 @@ class Form extends Part
if (\Request::isPost() && \Request::isAjax() && !\Request::isDialog()) { if (\Request::isPost() && \Request::isAjax() && !\Request::isDialog()) {
$this->store(); $this->store();
\PageLayout::postSuccess(_('Daten wurden gespeichert.')); \PageLayout::postSuccess(_('Daten wurden gespeichert.'));
page_close();
die(); die();
} }
return $this; return $this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment