From: Antoine Musso Date: Thu, 19 May 2011 17:23:35 +0000 (+0000) Subject: wgIniGetBool -> wfIniGetBool (typo, fu 88391) X-Git-Tag: 1.31.0-rc.0~30077 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=3899d898bd251a3db979dc28899b5b20fa668914;p=lhc%2Fweb%2Fwiklou.git wgIniGetBool -> wfIniGetBool (typo, fu 88391) --- diff --git a/includes/Setup.php b/includes/Setup.php index 2cd6b0a894..069c03f8ee 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -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; }