Fixed oversight.

This commit is contained in:
flash 2023-08-31 00:40:07 +00:00
parent 85b629bc08
commit e222009dd0

View file

@ -229,7 +229,7 @@ class HomeRoutes {
$newestMember['colour'] = $newestMemberColour;
} catch(RuntimeException $ex) {
$newestMember = [];
$config->removeValues('users.newest');
$this->config->removeValues('users.newest');
}
}