From: Siebrand Mazeland Date: Fri, 19 Jun 2009 19:30:55 +0000 (+0000) Subject: Follow-up to r51579: fix copy paste error (time->date) per CR X-Git-Tag: 1.31.0-rc.0~41286 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=3c4ce4252ce10135241c9b54f7bd8d015c2f1326;p=lhc%2Fweb%2Fwiklou.git Follow-up to r51579: fix copy paste error (time->date) per CR --- diff --git a/includes/Article.php b/includes/Article.php index e34f30b5f5..486c8bb4c7 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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