r35954 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r35953
|
r35954
|
r35955
>
Date:
21:59, 5 June 2008
Author:
brion
Status:
old
Tags:
Comment:
Bump cached object revision due to change in
r35928
. Otherwise we get notice errors from attempt to load missing mBlock var.
Modified paths:
/trunk/extensions/CentralAuth/CentralAuthUser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CentralAuth/CentralAuthUser.php
—
—
@@ -18,7 +18,7 @@
19
19
*/
20
20
/*private*/ var $mName;
21
21
/*private*/ var $mStateDirty = false;
22
- /*private*/ var $mVersion = 1;
22
+ /*private*/ var $mVersion = 2;
23
23
/*private*/ var $mDelayInvalidation = 0;
24
24
/*private*/ var $mBlock = false;
25
25
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r35928
* Introduce blocking of SUL accounts...
vasilievvv
13:36, 5 June 2008
Status & tagging log
15:27, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r35954
[
removed:
ok
added:
old]