mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
fix: load actor.groups (#3716)
This commit is contained in:
@@ -25,7 +25,7 @@ class ShowForumController extends AbstractShowController
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public $include = ['groups', 'actor'];
|
public $include = ['groups', 'actor', 'actor.groups'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
Reference in New Issue
Block a user