mirror of
https://github.com/flarum/core.git
synced 2025-10-19 10:46:06 +02:00
Rename user.readTime
This commit is contained in:
@@ -114,7 +114,7 @@ class EditUserHandler
|
||||
$validate['password'] = $attributes['password'];
|
||||
}
|
||||
|
||||
if (! empty($attributes['readTime'])) {
|
||||
if (! empty($attributes['markedAllAsReadAt'])) {
|
||||
$this->assertPermission($isSelf);
|
||||
$user->markAllAsRead();
|
||||
}
|
||||
|
Reference in New Issue
Block a user