diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-05-19 06:40:27 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:55 +0200 |
commit | 5431f2fa940ebfc90503162f578bb6d118a233a1 (patch) | |
tree | 1c2bbddbff16191e270d3759ce74bc831fc02832 /Bugzilla/Quantum | |
parent | 10918f3336863623020a6d73e63a0f0a5eebb306 (diff) | |
download | bugzilla-5431f2fa940ebfc90503162f578bb6d118a233a1.tar.gz bugzilla-5431f2fa940ebfc90503162f578bb6d118a233a1.tar.xz |
some fixes
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r-- | Bugzilla/Quantum/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Quantum/CGI.pm b/Bugzilla/Quantum/CGI.pm index e5db4123f..dd893a0f0 100644 --- a/Bugzilla/Quantum/CGI.pm +++ b/Bugzilla/Quantum/CGI.pm @@ -19,7 +19,7 @@ has 'csp_object' => ( writer => 'set_csp_object', ); -with 'Bugzilla::CGI::ContentSecurityPolicyAttr'; +with 'Bugzilla::CGI::Role'; sub script_name { my ($self) = @_; |