r88414 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88413‎ | r88414 | r88415 >
Date:17:23, 19 May 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
wgIniGetBool -> wfIniGetBool (typo, fu 88391)
Modified paths:
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -449,7 +449,7 @@
450450
451451 // We need to check for safe_mode, because mail() willl throws an E_NOTICE
452452 // on additional parameters
453 -if( !is_null($wgAdditionalMailParams) && wgIniGetBool('safe_mode') ) {
 453+if( !is_null($wgAdditionalMailParams) && wfIniGetBool('safe_mode') ) {
454454 $wgAdditionalMailParams = null;
455455 }
456456

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88391Makes sure wgAdditionalMailParams is null in safe mode...hashar20:28, 18 May 2011

Comments

#Comment by Siebrand (talk | contribs)   17:31, 19 May 2011

Rev has been linked manually in r88391.

Status & tagging log