mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add poster settings to the user profile page
This commit is contained in:
parent
7796aba342
commit
ad5b075878
2 changed files with 13 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ class UserController extends AbstractController
|
|||
'moderator' => $userTarget->isModerator(),
|
||||
'approved' => $userTarget->isApproved(),
|
||||
'status' => $userTarget->isStatus(),
|
||||
'posters' => $userTarget->isPosters(),
|
||||
'sensitive' => $userTarget->isSensitive(),
|
||||
'yggdrasil' => $userTarget->isYggdrasil(),
|
||||
'locale' => $userTarget->getLocale(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue