]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mail.php
unique key on a boolean value is not scalable
[quix0rs-gnu-social.git] / lib / mail.php
index ef33b2127b76e0c565b1b0f06d1784dd54553a63..2f30d736c2d252c83eb4293f31ad6a01dd536c1c 100644 (file)
@@ -79,7 +79,7 @@ function mail_confirm_address($code, $nickname, $address) {
        $recipients = $address;
        $headers['From'] = mail_notify_from();
        $headers['To'] = $nickname . ' <' . $address . '>';
-       $headers['Subject'] = _t('Email address confirmation');
+       $headers['Subject'] = _('Email address confirmation');
 
        $body = "Hey, $nickname.";
        $body .= "\n\n";