Remove commit() hack from User::addToDatabase()
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Aug 2016 21:03:24 +0000 (14:03 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Aug 2016 21:03:24 +0000 (14:03 -0700)
commita618d84bfb1de5498556bf42b83c0fb1425b29e4
treebce4a65620c1f875ed2963ea13baa73c084ce053
parentb1a5b5b83d56a2af3243295d277bb15f2fafba61
Remove commit() hack from User::addToDatabase()

This is likely not needed anymore to avoid deadlocks anymore
as AuthManagar uses a lock in autoCreateUser() before hand.

Change-Id: I19ae6562011854495efcb0dd832b7ae99ebbb224
includes/user/User.php