From 037a33e69b2d25f83d1fdd16bab2068a391205eb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 2 Aug 2007 17:46:57 +0000 Subject: 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 --- template/en/default/global/code-error.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 394af020d..a7b65b0f1 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" %] -- cgit v1.2.3-24-g4f1b