From: Siebrand Mazeland Date: Tue, 2 Jun 2009 19:53:35 +0000 (+0000) Subject: Fix syntax errors in r51305. X-Git-Tag: 1.31.0-rc.0~41534 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=0cea0d61c52b7efe0bbf5a75fe7ab61e5576a0cc;p=lhc%2Fweb%2Fwiklou.git Fix syntax errors in r51305. --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index b0e47cb836..53c5789604 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -869,8 +869,8 @@ class UndeleteForm { $targetPage, wfMsgHtml( 'revisionasof', - htmlspecialchars( $wgLang->timeanddate( $rev->getTimestamp(), true ), - htmlspecialchars( $wgLang->date( $rev->getTimestamp(), true ), + htmlspecialchars( $wgLang->timeanddate( $rev->getTimestamp(), true ) ), + htmlspecialchars( $wgLang->date( $rev->getTimestamp(), true ) ), htmlspecialchars( $wgLang->time( $rev->getTimestamp(), true ) ) ), array(),