diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-05-19 06:51:12 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:55 +0200 |
commit | 20c6de522aa4d27ba3c3f76d68c0b89424789270 (patch) | |
tree | e58a8bedda6eddc3a04bd67f3f2c29ba3273e510 /Bugzilla | |
parent | 5431f2fa940ebfc90503162f578bb6d118a233a1 (diff) | |
download | bugzilla-20c6de522aa4d27ba3c3f76d68c0b89424789270.tar.gz bugzilla-20c6de522aa4d27ba3c3f76d68c0b89424789270.tar.xz |
another fix
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/CGI/Role.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/CGI/Role.pm b/Bugzilla/CGI/Role.pm index c94b3815c..1d674180e 100644 --- a/Bugzilla/CGI/Role.pm +++ b/Bugzilla/CGI/Role.pm @@ -5,7 +5,7 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. -package Bugzilla::CGI::ContentSecurityPolicyAttr; +package Bugzilla::CGI::Role; use 5.10.1; use strict; use warnings; |