1 more place was still using User::name instead of realname

hinted-selects
Vitaliy Filippov 2014-09-22 19:12:19 +04:00
parent 277004a070
commit b918f359d9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ sub ready_list
$self->{r} ||= [
map { {
email => $_->[0]->login,
real_name => $_->[1] . ': ' . $_->[0]->name,
real_name => $_->[1] . ': ' . $_->[0]->realname,
} }
sort { ($roleindex{$b->[1]} <=> $roleindex{$a->[1]})
|| ($a->[0]->login cmp $b->[0]->login) }