Skip to content
Snippets Groups Projects
Commit 5705e8df authored by Philipp Schüttlöffel's avatar Philipp Schüttlöffel Committed by Elmar Ludwig
Browse files

Resolve "Semesterwechsel funktioniert nicht"

Closes #3844

Merge request studip/studip!2747
parent cbf5b3d6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class Search_CoursesController extends AuthenticatedController
if (!in_array($this->show_as, ['list', 'table'])) {
$this->show_as = 'list';
}
$this->semester = Request::option('semester', Semester::findCurrent()->id);
$this->semester = Request::option('semester', Semester::findDefault()->id);
$this->semClass = Request::int('semclass', 0);
$this->search = Request::get('search', '');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment