diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-16 02:48:04 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-16 02:48:04 +0100 |
commit | 2ae49b9b672b8e14aaeaa1221992cd3f97c039ef (patch) | |
tree | 631a4a9e1b0be0402848e604307ab777e16678f6 | |
parent | 5ebb025589fb05b5aece4255bc61ed85a4715a60 (diff) | |
download | bugzilla-2ae49b9b672b8e14aaeaa1221992cd3f97c039ef.tar.gz bugzilla-2ae49b9b672b8e14aaeaa1221992cd3f97c039ef.tar.xz |
Bug 1446236 - use urlbase in AntiSpam extension
-rw-r--r-- | extensions/AntiSpam/lib/Config.pm | 2 |
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 " . |