diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-05-27 09:08:56 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-05-27 09:08:56 +0000 |
| commit | 956957c167dfc9675d1ec14a23e3fe75bf6c1a8d (patch) | |
| tree | 7c37dac3c13fbb3447e91641087b4f09aabd255c /app/controllers/blubber.php | |
| parent | cb8947e7f88ea07a15689bcfd7c4f400bb4ed004 (diff) | |
fix for BIESt #1077
Merge request studip/studip!645
Diffstat (limited to 'app/controllers/blubber.php')
| -rw-r--r-- | app/controllers/blubber.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/blubber.php b/app/controllers/blubber.php index 35a8d7e..4341b73 100644 --- a/app/controllers/blubber.php +++ b/app/controllers/blubber.php @@ -9,6 +9,8 @@ class BlubberController extends AuthenticatedController parent::before_filter($action, $args); PageLayout::setTitle(_('Blubber')); + + $this->threads_more_down = 0; } public function index_action($thread_id = null) |
