forked from GNUsocial/gnu-social
		
	confirm address
darcs-hash:20080715223149-84dde-7159a4db6c0e09c4e616ae45d25ec734a60d36ae.gz
This commit is contained in:
		@@ -173,6 +173,10 @@ class EmailsettingsAction extends SettingsAction {
 | 
				
			|||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							mail_confirm_address($confirm->code,
 | 
				
			||||||
 | 
												 $user->nickname,
 | 
				
			||||||
 | 
												 $email);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$msg = _('A confirmation code was sent to the email address you added. Check your inbox (and spam box!) for the code and instructions on how to use it.');
 | 
							$msg = _('A confirmation code was sent to the email address you added. Check your inbox (and spam box!) for the code and instructions on how to use it.');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$this->show_form($msg, TRUE);
 | 
							$this->show_form($msg, TRUE);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user