r82228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82227‎ | r82228 | r82229 >
Date:08:52, 16 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Fix typo in LanguageEo.php that caused cx to be wrongly converted to cxx. Typo is not present in trunk
Modified paths:
  • /branches/wmf/1.17wmf1/languages/classes/LanguageEo.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/languages/classes/LanguageEo.php
@@ -41,7 +41,7 @@
4242 if ( strcasecmp( $in, 'x' ) == 0 && strcasecmp( $out, 'utf-8' ) == 0 ) {
4343 return preg_replace_callback (
4444 '/([cghjsu]x?)((?:xx)*)(?!x)/i',
45 - array( $this, 'strrtuxCallback' ), $string );
 45+ array( $this, 'strrtxuCallback' ), $string );
4646 } else if ( strcasecmp( $in, 'UTF-8' ) == 0 && strcasecmp( $out, 'x' ) == 0 ) {
4747 # Double Xs only if they follow cxapelutaj literoj.
4848 return preg_replace_callback(

Status & tagging log