Fix problem open
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 13 Feb 2014 16:30:29 +0000 (18:30 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 13 Feb 2014 16:30:29 +0000 (18:30 +0200)
lib/Gruntmaster/Page/Pb/Entry.pm

index 9fcefe5ac30e3d65b58e0121441bc5ad47c1892d..8b770efe3a24bcc5f193675171a685e364480227 100644 (file)
@@ -14,6 +14,7 @@ sub _generate{
        debug $env => "language is '$lang', contest is '$contest', id is '$id'";
        my $user = $env->{REMOTE_USER};
        if ($contest && $user) {
+               local $Gruntmaster::Data::contest = $contest;
                mark_open $id, $user;
                debug $env => "Marking problem $id of contest $contest open by $user";
        }
This page took 0.010641 seconds and 4 git commands to generate.