r64316 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64315‎ | r64316 | r64317 >
Date:22:00, 28 March 2010
Author:demon
Status:ok
Tags:
Comment:
Fix typo in message key
Modified paths:
  • /branches/new-installer/phase3/includes/installer/WebInstaller.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/WebInstaller.php
@@ -1308,8 +1308,8 @@
13091309
13101310 $extensions = $this->parent->findExtensions();
13111311 if( $extensions ) {
1312 - $extHtml = $this->parent->getFieldsetStart( 'config-extension' ) .
1313 - $this->parent->getHelpBox( 'config-extension-help' );
 1312+ $extHtml = $this->parent->getFieldsetStart( 'config-extensions' ) .
 1313+ $this->parent->getHelpBox( 'config-extensions-help' );
13141314 foreach( $extensions as $ext ) {
13151315 $extHtml .= $this->parent->getCheckBox( array(
13161316 'var' => "ext-$ext",

Status & tagging log