From 19769dcfcff3dbd19bbdf9a4fb8c2d67a580aeb3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 2 Aug 2007 17:48:15 +0000 Subject: [PATCH] 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(-) 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" %] -- 2.47.2