summaryrefslogtreecommitdiffstats
path: root/extensions/BrowserID/Extension.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-07 22:05:19 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-07 22:05:19 +0100
commit240077ef7e91afb8cc89866c06fa2ca39d6a0c03 (patch)
tree6453d25d1a2843e17a65163a16c4fc13742ba606 /extensions/BrowserID/Extension.pm
parentea3776c06f7562eed413c44fc9a061ca6102f4df (diff)
downloadbugzilla-240077ef7e91afb8cc89866c06fa2ca39d6a0c03.tar.gz
bugzilla-240077ef7e91afb8cc89866c06fa2ca39d6a0c03.tar.xz
Bug 820183 - BrowserID extension should allow custom configuration of browserid hostnames to use for verification
r=glob
Diffstat (limited to 'extensions/BrowserID/Extension.pm')
-rw-r--r--extensions/BrowserID/Extension.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BrowserID/Extension.pm b/extensions/BrowserID/Extension.pm
index 873cca8e3..f4d7e32b5 100644
--- a/extensions/BrowserID/Extension.pm
+++ b/extensions/BrowserID/Extension.pm
@@ -46,4 +46,10 @@ sub config_modify_panels {
}
}
+sub config_add_panels {
+ my ($self, $args) = @_;
+ my $modules = $args->{panel_modules};
+ $modules->{BrowserID} = "Bugzilla::Extension::BrowserID::Config";
+}
+
__PACKAGE__->NAME;