summaryrefslogtreecommitdiff
path: root/maintenance/eval.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/eval.php')
-rw-r--r--maintenance/eval.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/eval.php b/maintenance/eval.php
index 33c9a5d7..1502ad3e 100644
--- a/maintenance/eval.php
+++ b/maintenance/eval.php
@@ -58,7 +58,7 @@ if ( isset( $options['d'] ) ) {
}
if ( function_exists( 'readline_add_history' )
- && posix_isatty( 0 /*STDIN*/ ) )
+ && Maintenance::posix_isatty( 0 /*STDIN*/ ) )
{
$useReadline = true;
} else {