X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FPb%2FEntry.pm;h=0516053f7db69bcdeed547bd9e4c4f432a68f90e;hb=2ee6edcf1262d2a3059dd0859d9b750c4a2ff02b;hp=dbf66b47457f419d8dbc4403468f2f00650cabad;hpb=c2a23f84f4699ce135f517450a0bc153410ca223;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/Pb/Entry.pm b/lib/Gruntmaster/Page/Pb/Entry.pm index dbf66b4..0516053 100644 --- a/lib/Gruntmaster/Page/Pb/Entry.pm +++ b/lib/Gruntmaster/Page/Pb/Entry.pm @@ -44,6 +44,8 @@ sub _generate{ $htc->param(id => $id); local $Gruntmaster::Data::contest = $contest if $contest; $htc->param(name => problem_name $id); + $htc->param(author => problem_author $id); + $htc->param(owner => problem_owner $id); $htc->param(statement => problem_statement $id); }