aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/course/forum
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2022-05-27 09:04:31 +0000
committerMoritz Strohm <strohm@data-quest.de>2022-05-27 09:04:31 +0000
commitcb8947e7f88ea07a15689bcfd7c4f400bb4ed004 (patch)
tree4df23d2d135ea7e65afe8aae1a856d4c0078feb1 /app/controllers/course/forum
parent70be627f619da74fee0bd0bbf044ca8c85c4c692 (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.php6
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 = '';
}
}