mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Fix incorrect column name for registration token
Oversight from the database renamings, I suppose. Fixes #1691.
This commit is contained in:
@@ -56,7 +56,7 @@ class ResponseFactory
|
|||||||
$provided,
|
$provided,
|
||||||
$registration->getSuggested(),
|
$registration->getSuggested(),
|
||||||
[
|
[
|
||||||
'token' => $token->id,
|
'token' => $token->token,
|
||||||
'provided' => array_keys($provided)
|
'provided' => array_keys($provided)
|
||||||
]
|
]
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user