X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FPb%2FEntry.pm;h=12f5e747bebc7452d25060b7a84c739204120b8b;hb=1ad43ccc6aec756b3f2cc47b9da57ba67de29165;hp=f03fe7aa265b569dfbb03b046daac7f77f64e080;hpb=5c6aea9392c11422abe85788aac0f62ad3a4dd14;p=gruntmaster-page.git diff --git a/lib/Gruntmaster/Page/Pb/Entry.pm b/lib/Gruntmaster/Page/Pb/Entry.pm index f03fe7a..12f5e74 100644 --- a/lib/Gruntmaster/Page/Pb/Entry.pm +++ b/lib/Gruntmaster/Page/Pb/Entry.pm @@ -25,6 +25,7 @@ sub _generate{ $htc->param(name => problem_name $id); $htc->param(author => problem_author $id); $htc->param(owner => problem_owner $id); + $htc->param(owner_name => do{ local $Gruntmaster::Data::contest; user_name $htc->param('owner')} ); $htc->param(statement => problem_statement $id); }