Fix typo in quote conversion
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 22 Aug 2004 23:32:05 +0000 (23:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 22 Aug 2004 23:32:05 +0000 (23:32 +0000)
includes/UserMailer.php

index 25b7212..ff9b978 100644 (file)
@@ -20,7 +20,7 @@ function userMailer( $to, $from, $subject, $body )
 /* removing to: field as it should be set by the send() function below
    UNTESTED - Hashar */
 //             $headers["To"] = $qto;
-               $headers['Subject"] = $subject;
+               $headers['Subject'] = $subject;
                $headers['MIME-Version'] = '1.0';
                $headers['Content-type'] = 'text/plain; charset='.$wgOutputEncoding;
                $headers['Content-transfer-encoding'] = '8bit';