http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88414

Revision: 88414
Author:   hashar
Date:     2011-05-19 17:23:35 +0000 (Thu, 19 May 2011)
Log Message:
-----------
wgIniGetBool -> wfIniGetBool (typo, fu 88391)

Modified Paths:
--------------
    trunk/phase3/includes/Setup.php

Modified: trunk/phase3/includes/Setup.php
===================================================================
--- trunk/phase3/includes/Setup.php     2011-05-19 17:09:04 UTC (rev 88413)
+++ trunk/phase3/includes/Setup.php     2011-05-19 17:23:35 UTC (rev 88414)
@@ -449,7 +449,7 @@
 
 // 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;
 }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to