Skip to content

Commit

Permalink
#371 fixed noob status
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKovacs committed Oct 25, 2020
1 parent b0f9145 commit d45dfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload/application/libraries/GalaxyLib.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ private function getUserStatusClass(string $status)
return [
'a' => 'status_abbr_admin',
's' => 'status_abbr_strong',
'n' => 'status_abbr_noob',
'w' => 'status_abbr_noob',
'o' => 'status_abbr_outlaw',
'v' => 'status_abbr_vacation',
'b' => 'status_abbr_banned',
Expand Down

0 comments on commit d45dfbb

Please sign in to comment.