diff --git a/app/controllers/course/forum/index.php b/app/controllers/course/forum/index.php index 1162dfc11efe42b4fcf44f4c4c2d6fe7b30bb9d3..f62a6c15cefcf0578cf0afb2ea383cc01717f4cf 100644 --- a/app/controllers/course/forum/index.php +++ b/app/controllers/course/forum/index.php @@ -286,7 +286,7 @@ class Course_Forum_IndexController extends ForumController function search_action($page = null) { if (Request::submitted('reset-search')) { - $this->redirect('index'); + $this->redirect('course/forum/index/index'); return; }