From 46288f62b71eb569379ccbb7e8ee68bb05220ac2 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 17:25:40 -0400 Subject: fix mistake --- Bugzilla/Quantum/Plugin/Glue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Quantum') diff --git a/Bugzilla/Quantum/Plugin/Glue.pm b/Bugzilla/Quantum/Plugin/Glue.pm index 301003740..54a360003 100644 --- a/Bugzilla/Quantum/Plugin/Glue.pm +++ b/Bugzilla/Quantum/Plugin/Glue.pm @@ -55,8 +55,8 @@ sub register { $app->hook( before_dispatch => sub { + my ($c) = @_; if ($D{HTTPD_IN_SUBDIR}) { - my ($c) = @_; my $path = $c->req->url->path; $path =~ s{^/bmo}{}s; $c->req->url->path($path); -- cgit v1.2.3-24-g4f1b