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

fixes #672

parent 414b6fe6
No related branches found
No related tags found
No related merge requests found
...@@ -522,7 +522,7 @@ class SharedVersionController extends MVVController ...@@ -522,7 +522,7 @@ class SharedVersionController extends MVVController
$this->redirect($this->url_for('/details_abschnitt/' . $abschnitt->id)); $this->redirect($this->url_for('/details_abschnitt/' . $abschnitt->id));
} else { } else {
PageLayout::postError(_('Unbekannter Studiengangteilabschnitt')); PageLayout::postError(_('Unbekannter Studiengangteilabschnitt'));
$this->redirect('/index'); $this->redirect($this->url_for('/index'));
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment