Set the user_touched field directly when adding a new user to the database so that...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 12 Mar 2012 13:07:50 +0000 (13:07 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 12 Mar 2012 13:07:50 +0000 (13:07 +0000)
commitb51076f9f703f623fef6ce59a8f33aa3cd7051d8
tree2d2f51ec12c1f9d0c49cb99cf86035aee0bce1eb
parent86c3feb837ef401827d1e516b32984bd0c36440a
Set the user_touched field directly when adding a new user to the database so that the field is correct when someone does not call saveSettings() after addToDatabase()
includes/User.php