From 3899d898bd251a3db979dc28899b5b20fa668914 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 19 May 2011 17:23:35 +0000 Subject: [PATCH] wgIniGetBool -> wfIniGetBool (typo, fu 88391) --- includes/Setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1