show the proper address in the message for non-email confirms
darcs-hash:20080626072159-34904-b025f2d626b3421ca0a658b5664504b4a261b993.gz
This commit is contained in:
parent
6bf590257f
commit
06d267bd88
|
@ -83,7 +83,7 @@ class ConfirmaddressAction extends Action {
|
|||
|
||||
common_show_header(_t('Confirm Address'));
|
||||
common_element('p', NULL,
|
||||
_t('The address "') . $cur->email .
|
||||
_t('The address "') . $cur->$type .
|
||||
_t('" has been confirmed for your account.'));
|
||||
common_show_footer();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user