Index: trunk/phase3/includes/Setup.php |
— | — | @@ -449,7 +449,7 @@ |
450 | 450 | |
451 | 451 | // We need to check for safe_mode, because mail() willl throws an E_NOTICE |
452 | 452 | // on additional parameters |
453 | | -if( !is_null($wgAdditionalMailParams) && wgIniGetBool('safe_mode') ) { |
| 453 | +if( !is_null($wgAdditionalMailParams) && wfIniGetBool('safe_mode') ) { |
454 | 454 | $wgAdditionalMailParams = null; |
455 | 455 | } |
456 | 456 | |