]> git.rustad.me Git - duplo/commitdiff
Fix to make Results.pm compilable
authorBjørn Rustad <bjorn@rustad.me>
Tue, 6 Aug 2013 22:48:04 +0000 (00:48 +0200)
committerBjørn Rustad <bjorn@rustad.me>
Tue, 6 Aug 2013 22:48:04 +0000 (00:48 +0200)
lib/Duplo/Results.pm

index a029114ef57485f67058d957b105075fd8df5c8e..5907c3fdf9f431e2a32432eb7f679f18ef883e8a 100644 (file)
@@ -153,6 +153,7 @@ sub import {
        my $self  = shift;
        my $dbh   = $self->db();
        my $stage = $self->param('stage');
+       my $url   = $self->param('url');
 
        my @list = cdb_getlist($self, $url);