mirror of
https://github.com/flarum/core.git
synced 2025-10-11 15:04:25 +02:00
merges 5.5 and master into next-back
This commit is contained in:
@@ -87,7 +87,7 @@ class DiscussionController extends FrontendController
|
||||
|
||||
$view->title = $document->data->attributes->title;
|
||||
$view->document = $document;
|
||||
$view->content = app('view')->make('flarum.forum::discussion', compact('document', 'page', 'getResource', 'posts', 'url'));
|
||||
$view->content = app('view')->make('flarum.forum::content.discussion', compact('document', 'page', 'getResource', 'posts', 'url'));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
Reference in New Issue
Block a user