Fix for r89475: let's make this correctly
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Jun 2011 20:27:51 +0000 (20:27 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Jun 2011 20:27:51 +0000 (20:27 +0000)
includes/UserMailer.php

index 25297d1..cabccac 100644 (file)
@@ -661,8 +661,8 @@ class EmailNotification {
                                        '$PAGEEDITDATE',
                                        '$PAGEEDITTIME' ),
                                array( wfMsgForContent( 'enotif_impersonal_salutation' ),
-                                       $wgContLang->timeanddate( $this->timestamp, true, false, false ),
-                                       $wgContLang->time( $this->timestamp, true, false, $timecorrection ) ),
+                                       $wgContLang->date( $this->timestamp, true, false, false ),
+                                       $wgContLang->time( $this->timestamp, true, false, false ) ),
                                $this->body );
 
                return UserMailer::send( $addresses, $this->from, $this->subject, $body, $this->replyto );