summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2012-09-03 23:42:32 +0200
committerReed Loden <reed@reedloden.com>2012-09-03 23:42:32 +0200
commitc37ed27928f66df58fac01e9efc85e424333f623 (patch)
treef0c46924d4b8c7bd8505d44db2a1598d0421a4db /extensions
parent7ee1d0060c3184921710f471ff0959c7638d856c (diff)
downloadbugzilla-c37ed27928f66df58fac01e9efc85e424333f623.tar.gz
bugzilla-c37ed27928f66df58fac01e9efc85e424333f623.tar.xz
Bug 788013 - Incorrect URL to get_permissions.html in "not allowed" error message.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
index 51f8e3d7d..de1848495 100644
--- a/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
@@ -8,8 +8,8 @@
[% IF error == 'illegal_change' || error == 'illegal_change_deps' %]
<p>
- If you are attempting to confirm an unconfirmed [% terms.bug %] or edit the fields of a [% terms.bug %],
- <a href="[% urlbase FILTER none %]page.cgi=get_permissions.html">find
+ If you are attempting to confirm an unconfirmed [% terms.bug %] or edit the
+ fields of a [% terms.bug %], <a href="page.cgi?id=get_permissions.html">find
out how to get the necessary permissions</a>.
</p>
[% END %]