r107869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107868‎ | r107869 | r107870 >
Date:09:05, 3 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix class name conflict
Modified paths:
  • /trunk/extensions/Translate/scripts/fuzzy.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/fuzzy.php
@@ -35,7 +35,7 @@
3636 showUsage();
3737 }
3838
39 -$bot = new FuzzyBot( $args );
 39+$bot = new FuzzyScript( $args );
4040
4141 if ( isset( $options['skiplanguages'] ) ) {
4242 $_skipLanguages = array();
@@ -62,7 +62,7 @@
6363 /**
6464 * Class for marking translation fuzzy.
6565 */
66 -class FuzzyBot {
 66+class FuzzyScript {
6767 /// \list{String} List of patterns to mark.
6868 private $titles = array();
6969 /// \bool Check for configuration problems.

Status & tagging log