(bug 35316) On autocreate, use $this as the "doer" in the newuser log entry, since...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Mar 2012 06:19:02 +0000 (06:19 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Mar 2012 06:19:02 +0000 (06:19 +0000)
commit34db0956e1743a0caf468d4e0f1d2a0df84805a7
treec8662fc108fffffbf132f7da09314c8a5b3155c8
parente2ee009e5c4b9632b2067d36dc44009b18ba57df
(bug 35316) On autocreate, use $this as the "doer" in the newuser log entry, since unlike User::addNewUserLogEntry(), there is no way the action could have been triggered by a different user. Usually $wgUser is set correctly, but there's no need to rely on it here.
includes/User.php