From 4aecfdcfc3a07a40aeb8ff133f486ded801de3a0 Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Thu, 25 Feb 2010 00:25:12 +0000 Subject: [PATCH] fixed empty fax password detection --- root/tt/subscriber_preferences.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/tt/subscriber_preferences.tt b/root/tt/subscriber_preferences.tt index 7148453..abc7115 100644 --- a/root/tt/subscriber_preferences.tt +++ b/root/tt/subscriber_preferences.tt @@ -350,7 +350,7 @@ value="[% subscriber.fax_preferences.password %]" /> Hide [% ELSE %] - [% IF subscriber.password %] + [% IF subscriber.fax_preferences.password %] value="********" /> [% IF Catalyst.session.admin.show_passwords %] Show