diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-05-27 09:04:31 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-05-27 09:04:31 +0000 |
| commit | cb8947e7f88ea07a15689bcfd7c4f400bb4ed004 (patch) | |
| tree | 4df23d2d135ea7e65afe8aae1a856d4c0078feb1 /app/controllers/course/forum | |
| parent | 70be627f619da74fee0bd0bbf044ca8c85c4c692 (diff) | |
fix for BIESt #1064
Merge request studip/studip!642
Diffstat (limited to 'app/controllers/course/forum')
| -rw-r--r-- | app/controllers/course/forum/forum_controller.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/course/forum/forum_controller.php b/app/controllers/course/forum/forum_controller.php index d826b25..71d1aa0 100644 --- a/app/controllers/course/forum/forum_controller.php +++ b/app/controllers/course/forum/forum_controller.php @@ -41,5 +41,11 @@ abstract class ForumController extends StudipController { } $this->seminar_id = $this->getId(); + + $this->no_entries = false; + $this->highlight = []; + $this->highlight_topic = ''; + $this->edit_posting = ''; + $this->js = ''; } } |
