mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
fix session variables
This commit is contained in:
parent
60e8a57dce
commit
924137f09a
4 changed files with 14 additions and 15 deletions
|
|
@ -109,10 +109,7 @@ class TorrentController extends AbstractController
|
|||
[
|
||||
'session' =>
|
||||
[
|
||||
'user' => $user
|
||||
],
|
||||
'user' =>
|
||||
[
|
||||
'user' => $user,
|
||||
'id' => $user->getId(),
|
||||
'moderator' => $user->isModerator()
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue