From 96e6df323bf1b0b15a50ed56f1526180bfb33093 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 24 Jun 2008 18:10:54 -0400 Subject: slightly different from settingsaction darcs-hash:20080624221054-34904-732acfe742c0b1c5e71b604660aa2e657c68a4d4.gz --- actions/recoverpassword.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions') diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index 4d1dd6f44..9be3c4580 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -82,7 +82,7 @@ class RecoverpasswordAction extends Action { function show_top($msg=NULL) { if ($msg) { - $this->message($msg, $success); + common_element('div', 'error', $msg); } else { common_element('div', 'instructions', _t('If you\'ve forgotten or lost your' . @@ -94,7 +94,7 @@ class RecoverpasswordAction extends Action { function show_password_top($msg=NULL) { if ($msg) { - $this->message($msg, $success); + common_element('div', 'error', $msg); } else { common_element('div', 'instructions', _t('You\ve been identified . Enter a ' . -- cgit v1.2.3-54-g00ecf