X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Feval.php;h=e20c477af05490dba5064d5e0edfcc8e88dfb341;hb=d7254e38d5e153a1d5905adaf93cd7d494722eba;hp=25ecc09980c14e26d40986cc31a0e020882d48b1;hpb=fbcfc191b14a427f5d245cded17dc1108023414b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/eval.php b/maintenance/eval.php index 25ecc09980..e20c477af0 100644 --- a/maintenance/eval.php +++ b/maintenance/eval.php @@ -49,9 +49,6 @@ if ( isset( $options['d'] ) ) { $lb->setServerInfo( $i, $server ); } } - if ( $d > 2 ) { - $wgDebugFunctionEntry = true; - } } $__useReadline = function_exists( 'readline_add_history' )