]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Ensure that DB connection is active at start of User::updateKeys() and Foreign_user...
authorBrion Vibber <brion@pobox.com>
Thu, 18 Mar 2010 16:22:08 +0000 (09:22 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 18 Mar 2010 16:22:08 +0000 (09:22 -0700)
commit85b93310ddb4cd82ebe1fcefea1ff81ae5746fd0
treec1a64438adfecd83702be7f03c2e1feecf0312a6
parentd11593246648d3fbad30b4405d5dbbf73063769a
Ensure that DB connection is active at start of User::updateKeys() and Foreign_user::updateKeys(); calls to $this->_quote() require a live connection object and don't lazy-initialize themselves.
May fix WSOD when changing incoming email address.
classes/Foreign_user.php
classes/User.php