wgIniGetBool -> wfIniGetBool (typo, fu 88391)
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 19 May 2011 17:23:35 +0000 (17:23 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 19 May 2011 17:23:35 +0000 (17:23 +0000)
includes/Setup.php

index 2cd6b0a..069c03f 100644 (file)
@@ -449,7 +449,7 @@ $wgDeferredUpdateList = array();
 
 // We need to check for safe_mode, because mail() willl throws an E_NOTICE
 // on additional parameters
-if( !is_null($wgAdditionalMailParams) && wgIniGetBool('safe_mode') ) {
+if( !is_null($wgAdditionalMailParams) && wfIniGetBool('safe_mode') ) {
        $wgAdditionalMailParams = null;
 }