Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -658,9 +658,11 @@ |
659 | 659 | |
660 | 660 | $body = str_replace( |
661 | 661 | array( '$WATCHINGUSERNAME', |
662 | | - '$PAGEEDITDATE' ), |
| 662 | + '$PAGEEDITDATE', |
| 663 | + '$PAGEEDITTIME' ), |
663 | 664 | array( wfMsgForContent( 'enotif_impersonal_salutation' ), |
664 | | - $wgContLang->timeanddate( $this->timestamp, true, false, false ) ), |
| 665 | + $wgContLang->timeanddate( $this->timestamp, true, false, false ), |
| 666 | + $wgContLang->time( $this->timestamp, true, false, $timecorrection ) ), |
665 | 667 | $this->body ); |
666 | 668 | |
667 | 669 | return UserMailer::send( $addresses, $this->from, $this->subject, $body, $this->replyto ); |