Fix purge bug introduced two commits ago
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 6 Feb 2015 17:01:34 +0000 (19:01 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 6 Feb 2015 17:01:34 +0000 (19:01 +0200)
lib/Gruntmaster/Data/Result/Problem.pm

index 8e073be710c67423e78cefbe2d7f53acc2aaa5ef..4cf06b2a7e1c1cec43a9613f13800517a650a8f9 100644 (file)
@@ -320,7 +320,7 @@ after qw/insert update delete/ => sub {
        my ($self) = @_;
        Gruntmaster::Data::purge '/pb/';
        Gruntmaster::Data::purge '/pb/' . $self->id;
-       Gruntmaster::Data::purge '/csol/' . $self->id;
+       Gruntmaster::Data::purge '/sol/' . $self->id;
 };
 
 sub is_private {
This page took 0.010246 seconds and 4 git commands to generate.