r96540 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96539‎ | r96540 | r96541 >
Date:02:16, 8 September 2011
Author:werdna
Status:ok
Tags:
Comment:
Fix syntax error in r95476
Modified paths:
  • /trunk/extensions/SecurePoll/includes/entities/Election.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePoll/includes/entities/Election.php
@@ -179,7 +179,7 @@
180180 $wgLang->date( $maxDate ),
181181 $wgLang->date( $date ),
182182 $wgLang->time( $maxDate ),
183 - $wgLang->time( $date ),
 183+ $wgLang->time( $date )
184184 );
185185 }
186186

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95476Improve i18n per CR comment on r88972.siebrand11:15, 25 August 2011

Status & tagging log