X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FPb%2FEntry.pm;fp=lib%2FGruntmaster%2FPage%2FPb%2FEntry.pm;h=8877ce54cd9774934e364dec26d5e41ba0e24a07;hb=137683e17847654370c1ecf716905222e8a36d1a;hp=9f3fc6b54ee051342288849732a59ef7da19d1e1;hpb=13a6bf78b6b3de37fde491c576dc654857efc987;p=gruntmaster-page.git diff --git a/lib/Gruntmaster/Page/Pb/Entry.pm b/lib/Gruntmaster/Page/Pb/Entry.pm index 9f3fc6b..8877ce5 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); $htc->param(timelimit => problem_timeout $id); }