From: Tim Starling Date: Sun, 20 Mar 2005 03:57:45 +0000 (+0000) Subject: removed redundant function call X-Git-Tag: 1.5.0alpha1~567 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=36b6ba8e762a2fc8781329e30e1eccf0162aa089;p=lhc%2Fweb%2Fwiklou.git removed redundant function call --- diff --git a/includes/Skin.php b/includes/Skin.php index 159daefc86..ed6d4427b2 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -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 = '';