When using safe_mode, mail() cannot take the 5th parameter. Rather than (needlessly...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Dec 2010 19:55:08 +0000 (19:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Dec 2010 19:55:08 +0000 (19:55 +0000)
commita13e752b69cf306ec7b1be6af007eaafd5ef5d3d
tree994d993ddf4e35b8afc70423ca4524a53352de0f
parent0fdaebe1815254fc45969781432e4e1a8cc234ce
When using safe_mode, mail() cannot take the 5th parameter. Rather than (needlessly) disabling e-mail confirmation as a result, just disregard the parameter. Pointed out by Kunda on IRC.
includes/DefaultSettings.php
includes/UserMailer.php