hotfix double json_decode config
This commit is contained in:
@@ -250,7 +250,7 @@ class participo
|
||||
'user' => [
|
||||
'username' => $user->getLoginName(),
|
||||
'userId' => $user->getId(),
|
||||
'userConfig' => json_decode($user->getConfig(), true)
|
||||
'userConfig' => $user->getConfig()
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user