Index: trunk/extensions/Configure/translateSettings.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | print "Please describe the following setting: \$$name\n"; |
47 | 47 | print trim( $defaultNames[$name] ) . "\n"; |
48 | 48 | |
49 | | - $input = readline( '> ' ); |
| 49 | + $input = readconsole( '> ' ); |
50 | 50 | |
51 | 51 | if ( trim( $input ) == '~' ) |
52 | 52 | break; |