]> 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:24:55 +0000 (09:24 -0700)
commit515cdf28a83eda5cc82f0c423099a36c0168dbb6
tree13d893ff3fffed35eb159cc277d45f239fc117dc
parent425ddcaa265f5b305176ca0bcd48833a0ef0c75a
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