Index: trunk/phase3/includes/Setup.php |
— | — | @@ -498,12 +498,6 @@ |
499 | 499 | |
500 | 500 | $wgDeferredUpdateList = array(); |
501 | 501 | |
502 | | -// We need to check for safe_mode, because mail() will throw an E_NOTICE |
503 | | -// on additional parameters |
504 | | -if( !is_null($wgAdditionalMailParams) && wfIniGetBool('safe_mode') ) { |
505 | | - $wgAdditionalMailParams = null; |
506 | | -} |
507 | | - |
508 | 502 | wfProfileOut( $fname . '-globals' ); |
509 | 503 | wfProfileIn( $fname . '-extensions' ); |
510 | 504 | |