Follow-up to r51579: fix copy paste error (time->date) per CR
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 19 Jun 2009 19:30:55 +0000 (19:30 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 19 Jun 2009 19:30:55 +0000 (19:30 +0000)
includes/Article.php

index e34f30b..486c8bb 100644 (file)
@@ -3083,7 +3083,7 @@ class Article {
 
                $current = ( $oldid == $this->mLatest );
                $td = $wgLang->timeanddate( $this->mTimestamp, true );
-               $tddate = $wgLang->time( $this->mTimestamp, true );
+               $tddate = $wgLang->date( $this->mTimestamp, true );
                $tdtime = $wgLang->time( $this->mTimestamp, true );
                $sk = $wgUser->getSkin();
                $lnk = $current