r51203 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51202‎ | r51203 | r51204 >
Date:17:58, 30 May 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Fix syntax error in r51202
Modified paths:
  • /trunk/extensions/Translate/SpecialTranslations.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialTranslations.php
@@ -167,7 +167,7 @@
168168
169169 $niceTitle = htmlspecialchars( $this->getTheCode( $s->page_title ) );
170170
171 - if ( $canTranslate ) ) {
 171+ if ( $canTranslate ) {
172172 $tools['edit'] = $sk->link(
173173 $t,
174174 $niceTitle,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51202* Make more efficient by not checking userCan in foreach, but before...siebrand17:57, 30 May 2009

Status & tagging log