X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FLog%2FEntry.pm;h=8864df81fb0afcbada3d3aef902f719309e7ffdf;hb=3c53f79540e4015db087fd0bfb9b1af9baef1294;hp=af9e1db26ab5250277df264538dfbf96d172cc27;hpb=5ab7adadc5d72e6bd8a19ced0c508df2775d9958;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/Log/Entry.pm b/lib/Gruntmaster/Page/Log/Entry.pm index af9e1db..8864df8 100644 --- a/lib/Gruntmaster/Page/Log/Entry.pm +++ b/lib/Gruntmaster/Page/Log/Entry.pm @@ -26,7 +26,7 @@ HTML sub _generate{ my ($self, $htc, $lang, $env, $ct, $id) = @_; debug $env => "language is '$lang', contest is '$ct' and id is '$id'"; - local $Gruntmaster::Data::contest = $ct; + local $Gruntmaster::Data::contest = $ct if $ct; my @tests = ();