Fixed oversight.
This commit is contained in:
parent
85b629bc08
commit
e222009dd0
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class HomeRoutes {
|
||||||
$newestMember['colour'] = $newestMemberColour;
|
$newestMember['colour'] = $newestMemberColour;
|
||||||
} catch(RuntimeException $ex) {
|
} catch(RuntimeException $ex) {
|
||||||
$newestMember = [];
|
$newestMember = [];
|
||||||
$config->removeValues('users.newest');
|
$this->config->removeValues('users.newest');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue