diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2025-07-25 12:25:37 +0200 |
|---|---|---|
| committer | Murtaza Sultani <sultani@data-quest.de> | 2025-07-25 12:25:37 +0200 |
| commit | d83a8347ed60b06b360827dc8a1026a70815a483 (patch) | |
| tree | 358db42c7c3f35dc6c599c36b91baee0b8039a79 /app/controllers/course/forum/topics.php | |
| parent | 1d51d3baf430da6b4573b42aae5f0db9cea838c1 (diff) | |
Resolve "Forumsuche ohne Reload"
Closes #5747
Merge request studip/studip!4388
Diffstat (limited to 'app/controllers/course/forum/topics.php')
| -rw-r--r-- | app/controllers/course/forum/topics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/course/forum/topics.php b/app/controllers/course/forum/topics.php index 652ecf9..a72da84 100644 --- a/app/controllers/course/forum/topics.php +++ b/app/controllers/course/forum/topics.php @@ -11,7 +11,7 @@ class Course_Forum_TopicsController extends Forum\ForumBaseController { parent::before_filter($action, $args); - unset($_SESSION['forum'][$this->range_id]['search']); + unset($_SESSION['forum'][$this->range_id]['search_filter']); Navigation::activateItem('course/forum/topics'); } |
