open -> opens
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 27 Mar 2014 17:06:36 +0000 (19:06 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 27 Mar 2014 17:06:36 +0000 (19:06 +0200)
lib/Gruntmaster/Page/Generic.pm

index 209691994107b08e071a1c56d9bcb0bcd1d379b1..cb8dd679118c8db36a259b1bbc6086fa5782c3be 100644 (file)
@@ -135,7 +135,7 @@ thing {
                $_->{owner_name} = $_->{rs}->owner->name;
                $_->{cansubmit} = $env->{'gruntmaster.contest'} ? time < db($env)->contest($env->{'gruntmaster.contest'})->stop : 1;
                eval {
-                       db($env)->open->create({
+                       db($env)->opens->create({
                                contest => $env->{'gruntmaster.contest'},
                                problem => $_->{id},
                                owner   => $env->{REMOTE_USER},
This page took 0.01015 seconds and 4 git commands to generate.