]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
Fix incorrect usage of $Gruntmaster::Data::contest
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log / Entry.pm
index beceae7e2f1cf01dc4807570f8fb97c4ce46ab58..8864df81fb0afcbada3d3aef902f719309e7ffdf 100644 (file)
@@ -24,9 +24,9 @@ HTML
 };
 
 sub _generate{
-       my ($self, $htc, $lang, $logger, $ct, $id) = @_;
-       debug $logger => "language is $lang, contest is $ct and id is $id";
-       local $Gruntmaster::Data::contest = $ct;
+       my ($self, $htc, $lang, $env, $ct, $id) = @_;
+       debug $env => "language is '$lang', contest is '$ct' and id is '$id'";
+       local $Gruntmaster::Data::contest = $ct if $ct;
 
        my @tests = ();
 
This page took 0.020266 seconds and 4 git commands to generate.