r43558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43557‎ | r43558 | r43559 >
Date:12:30, 15 November 2008
Author:ialex
Status:ok
Tags:
Comment:
Use readconsole() (from phase3/install-utilis.inc) instead of readline(), the latter might not exist in all versions
Modified paths:
  • /trunk/extensions/Configure/translateSettings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/translateSettings.php
@@ -45,7 +45,7 @@
4646 print "Please describe the following setting: \$$name\n";
4747 print trim( $defaultNames[$name] ) . "\n";
4848
49 - $input = readline( '> ' );
 49+ $input = readconsole( '> ' );
5050
5151 if ( trim( $input ) == '~' )
5252 break;

Status & tagging log