removed redundant function call
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 20 Mar 2005 03:57:45 +0000 (03:57 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 20 Mar 2005 03:57:45 +0000 (03:57 +0000)
includes/Skin.php

index 159daef..ed6d442 100644 (file)
@@ -855,7 +855,7 @@ class Skin extends Linker {
 
                $timestamp = $wgArticle->getTimestamp();
                if ( $timestamp ) {
-                       $d = $wgLang->timeanddate( $wgArticle->getTimestamp(), true );
+                       $d = $wgLang->timeanddate( $timestamp, true );
                        $s = ' ' . wfMsg( 'lastmodified', $d );
                } else {
                        $s = '';