r111118 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111117
|
r111118
|
r111119
>
Date:
23:01, 9 February 2012
Author:
reedy
Status:
ok
Tags:
Comment:
Bug 14447
- Can't log in without logging out
Modified paths:
/trunk/extensions/CentralAuth/CentralAuthHooks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CentralAuth/CentralAuthHooks.php
—
—
@@ -154,6 +154,7 @@
155
155
$centralUser = CentralAuthUser::getInstance( $user );
156
156
157
157
if ( !$centralUser->exists() || !$centralUser->isAttached() ) {
158
+ $centralUser->deleteGlobalCookies();
158
159
return true;
159
160
}
160
161
Status & tagging log
22:29, 9 March 2012
Awjrichards
(
talk
|
contribs
)
changed the
status
of r111118
[
removed:
new
added:
ok]