Skip to content
Snippets Groups Projects
Commit f478c916 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

fix broken redirect, fixes #1549

Closes #1549

Merge request studip/studip!1015
parent 48625bd1
No related branches found
No related tags found
No related merge requests found
...@@ -286,7 +286,7 @@ class Course_Forum_IndexController extends ForumController ...@@ -286,7 +286,7 @@ class Course_Forum_IndexController extends ForumController
function search_action($page = null) function search_action($page = null)
{ {
if (Request::submitted('reset-search')) { if (Request::submitted('reset-search')) {
$this->redirect('index'); $this->redirect('course/forum/index/index');
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment