From 36b6ba8e762a2fc8781329e30e1eccf0162aa089 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 20 Mar 2005 03:57:45 +0000 Subject: [PATCH] removed redundant function call --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.20.1