r52042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52041‎ | r52042 | r52043 >
Date:10:52, 17 June 2009
Author:catrope
Status:ok
Tags:
Comment:
Fix stupid typo in r52041
Modified paths:
  • /trunk/tools/switch-master/ConfEditor.php (modified) (history)

Diff [purge]

Index: trunk/tools/switch-master/ConfEditor.php
@@ -638,7 +638,7 @@
639639 $this->error( "expected a string or number for the array key" );
640640 }
641641 if ( $token->type == T_CONSTANT_ENCAPSED_STRING ) {
642 - $text = $thsi->parseScalar( $token->text );
 642+ $text = $this->parseScalar( $token->text );
643643 } else {
644644 $text = $token->text;
645645 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52041switch-master: Add getVars() method and fix up r52034catrope10:51, 17 June 2009

Status & tagging log