Parent5446 has uploaded a new change for review. Change subject: (bug 39674) Fixed loading User from session when hook aborts. ......................................................................
(bug 39674) Fixed loading User from session when hook aborts. Rather than have separate calls to User::loadDefaults() every time User::loadFromSession() fails, there is now just one call in User::load() if loadFromSession() returns false. This fixes the case where a UserLoadFromSession hook aborts loading from session, leaving the User object uninitialized. Change-Id: I8d1a114d7ec361b27b260791f742c473a1497f26 Signed-off-by: Tyler Anthony Romeo <[email protected]> --- M includes/User.php 1 file changed, 5 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/46/21546/1 -- To view, visit https://gerrit.wikimedia.org/r/21546 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d1a114d7ec361b27b260791f742c473a1497f26 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Parent5446 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
