From: Evan Prodromou Date: Tue, 24 Jun 2008 22:10:54 +0000 (-0400) Subject: slightly different from settingsaction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=96e6df323bf1b0b15a50ed56f1526180bfb33093;p=quix0rs-gnu-social.git slightly different from settingsaction darcs-hash:20080624221054-34904-732acfe742c0b1c5e71b604660aa2e657c68a4d4.gz --- diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index 4d1dd6f44b..9be3c45806 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 ' .