]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mail.php
move confirmemail to confirmaddress
[quix0rs-gnu-social.git] / lib / mail.php
index c1332ab2ba8240b8d7f9cfdfbafc195093e9d6d6..53b360e3c0a64f5745c2ecf6919c19dbb64228c1 100644 (file)
@@ -69,7 +69,7 @@ function mail_confirm_address($code, $nickname, $address) {
        $body .= "\n\n";
        $body .= 'If it was you, and you want to confirm your entry, use the URL below:';
        $body .= "\n\n";
-       $body .= "\t".common_local_url('confirmemail',
+       $body .= "\t".common_local_url('confirmaddress',
                                                                   array('code' => $code));
        $body .= "\n\n";
        $body .= 'If not, just ignore this message.';