X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FPb%2FEntry.pm;h=12f5e747bebc7452d25060b7a84c739204120b8b;hp=f03fe7aa265b569dfbb03b046daac7f77f64e080;hb=1ad43ccc6aec756b3f2cc47b9da57ba67de29165;hpb=6dddb2f8ea66961f2a3bfd02d18b2af371ea0d67 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); }