From: Bjørn Rustad Date: Tue, 6 Aug 2013 22:48:04 +0000 (+0200) Subject: Fix to make Results.pm compilable X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=69219e6770af0f8fa043b28cb232b337d4640d8d;p=duplo Fix to make Results.pm compilable --- diff --git a/lib/Duplo/Results.pm b/lib/Duplo/Results.pm index a029114..5907c3f 100644 --- a/lib/Duplo/Results.pm +++ b/lib/Duplo/Results.pm @@ -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);