]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/emailsettings.php
remove tag URI stuff; unused and confusing
[quix0rs-gnu-social.git] / 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);