--- a/lib/CrashTest.pm Wed Nov 04 17:43:00 2015 +0100
+++ b/lib/CrashTest.pm Sat Dec 12 15:55:55 2015 +0100
@@ -35,7 +35,7 @@
$self->helper(stackfilter => sub { state $crash_reports = CrashTest::Model::StackFilter->new (app => $self, config => $self->config); });
$self->helper(storage => sub { state $storage = CrashTest::Model::Storage->new (app => $self, config => $self->config); });
- $self->plugin('Minion', $self->config->{Processor}->{Common}->{JobQueue}->{Backend}->{Minion});
+ $self->plugin('Minion', $self->config->{Processor}->{JobQueue}->{Backend}->{Minion});
$self->storage->load_plugins();
$self->crash_processor->load_plugins();