r106192 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106191‎ | r106192 | r106193 >
Date:13:50, 14 December 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in r106184
Modified paths:
  • /trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php
@@ -63,7 +63,7 @@
6464 $wgLocalisationUpdateDirectory = $options['outdir'];
6565 }
6666
67 - if ( isset( $options['svnurl['] ) ) {
 67+ if ( isset( $options['svnurl'] ) ) {
6868 // FIXME: Ewwwww. Refactor so this can be done properly
6969 $wgLocalisationUpdateSVNURL = $options['svnurl'];
7070 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r1061931.18wmf1: Merge LocalisationUpdate to trunk state again, to pull in r106192catrope13:51, 14 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106184Add --svnurl to LocalisationUpdate/update.php to make the path to the SVN che...catrope12:55, 14 December 2011

Status & tagging log