]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
confirm address
authorEvan Prodromou <evan@prodromou.name>
Tue, 15 Jul 2008 22:31:49 +0000 (18:31 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 15 Jul 2008 22:31:49 +0000 (18:31 -0400)
darcs-hash:20080715223149-84dde-7159a4db6c0e09c4e616ae45d25ec734a60d36ae.gz

actions/emailsettings.php

index a8b1fc5b74de6797cc31219bcb5f2318de3c223f..b7e356c25683a6171298090ed729b91a17707a00 100644 (file)
@@ -173,6 +173,10 @@ class EmailsettingsAction extends SettingsAction {
                        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.');
 
                $this->show_form($msg, TRUE);