summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-19 06:40:27 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:55 +0200
commit5431f2fa940ebfc90503162f578bb6d118a233a1 (patch)
tree1c2bbddbff16191e270d3759ce74bc831fc02832 /Bugzilla/Quantum
parent10918f3336863623020a6d73e63a0f0a5eebb306 (diff)
downloadbugzilla-5431f2fa940ebfc90503162f578bb6d118a233a1.tar.gz
bugzilla-5431f2fa940ebfc90503162f578bb6d118a233a1.tar.xz
some fixes
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r--Bugzilla/Quantum/CGI.pm2
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) = @_;