r72232 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72231‎ | r72232 | r72233 >
Date:21:38, 2 September 2010
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Followup r72207, uc isn't static
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -1611,7 +1611,7 @@
16121612 return ucfirst( $str ); // use PHP's ucfirst()
16131613 } else {
16141614 // fall back to more complex logic in case of multibyte strings
1615 - return self::uc( $str, true );
 1615+ return $this->uc( $str, true );
16161616 }
16171617 }
16181618

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72207Adding helpful commentskaldari18:05, 2 September 2010

Comments

#Comment by Kaldari (talk | contribs)   03:24, 3 September 2010

Thanks for fixing that. It was an accidental reversion.

Status & tagging log