From: lpsolit%gmail.com <> Date: Thu, 2 Aug 2007 17:48:15 +0000 (+0000) Subject: Bug 358486: env_no_email mistakenly refers to an environment variable where it should... X-Git-Tag: bugzilla-3.0.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19769dcfcff3dbd19bbdf9a4fb8c2d67a580aeb3;p=thirdparty%2Fbugzilla.git Bug 358486: env_no_email mistakenly refers to an environment variable where it should refer to a param - Patch by timeless r=wurblzap a=mkanat --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 239876bb39..303c732844 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -132,9 +132,9 @@ This means that the '[% Param("auth_env_email") FILTER html %]' environment variable was empty or did not exist. [% ELSE %] - You need to set the "auth_env_email" environment variable to - the name of the environment variable that will contain the - user's email address. + You need to set the "auth_env_email" parameter to the name of + the environment variable that will contain the user's email + address. [% END %] [% ELSIF error == "extension_invalid" %]