Merge "Follow-up Ia16e19985: Fix table sort arrow direction"
[lhc/web/wiklou.git] / maintenance / eval.php
index 25ecc09..4996446 100644 (file)
@@ -30,7 +30,7 @@
  * @ingroup Maintenance
  */
 
-$optionsWithArgs = array( 'd' );
+$optionsWithArgs = [ 'd' ];
 
 /** */
 require_once __DIR__ . "/commandLine.inc";
@@ -49,9 +49,6 @@ if ( isset( $options['d'] ) ) {
                        $lb->setServerInfo( $i, $server );
                }
        }
-       if ( $d > 2 ) {
-               $wgDebugFunctionEntry = true;
-       }
 }
 
 $__useReadline = function_exists( 'readline_add_history' )