summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Panteleev <github.private@thecybershadow.net>2018-03-16 02:48:04 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-16 02:48:04 +0100
commit2ae49b9b672b8e14aaeaa1221992cd3f97c039ef (patch)
tree631a4a9e1b0be0402848e604307ab777e16678f6 /extensions
parent5ebb025589fb05b5aece4255bc61ed85a4715a60 (diff)
downloadbugzilla-2ae49b9b672b8e14aaeaa1221992cd3f97c039ef.tar.gz
bugzilla-2ae49b9b672b8e14aaeaa1221992cd3f97c039ef.tar.xz
Bug 1446236 - use urlbase in AntiSpam extension
Diffstat (limited to 'extensions')
-rw-r--r--extensions/AntiSpam/lib/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/AntiSpam/lib/Config.pm b/extensions/AntiSpam/lib/Config.pm
index e35a7f001..278baea8f 100644
--- a/extensions/AntiSpam/lib/Config.pm
+++ b/extensions/AntiSpam/lib/Config.pm
@@ -55,7 +55,7 @@ sub get_param_list {
"This account has been automatically disabled as a result of " .
"a high number of comments tagged as abusive.<br>\n<br>\n" .
"All interactions on Bugzilla should follow our " .
- "<a href=\"https://bugzilla.mozilla.org/page.cgi?id=etiquette.html\">" .
+ "<a href=\"" . Bugzilla->localconfig->{'urlbase'} . "page.cgi?id=etiquette.html\">" .
"etiquette guidelines</a>.<br>\n<br>\n" .
"Please contact the address at the end of this message if you " .
"believe this to be an error, or if you would like your account " .