diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-11 15:15:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-11 15:15:52 +0100 |
commit | 459851ed73ed44af3583e8e82ec22b791fe9531a (patch) | |
tree | d7ba8eb658482cee7e424681a9bcf02d52d0cc75 /perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm | |
parent | 2cc255b912dc0f79de270be682a9e85d7fb95d7a (diff) | |
parent | 59f419a4f2ea2a94ba30b43d2dadb6c6fcab3729 (diff) |
Merge branch '1836-slash-category-bug'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm b/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm index 0fd9fe023..bdeecc1a3 100644 --- a/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm +++ b/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm @@ -9,12 +9,6 @@ use FixMyStreet::Integrations::ExorRDI; BEGIN { extends 'Catalyst::Controller'; } -sub begin : Private { - my ( $self, $c ) = @_; - - $c->forward('/admin/begin'); -} - sub index : Path : Args(0) { my ( $self, $c ) = @_; |