r83829 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83828
|
r83829
|
r83830
>
Date:
15:44, 13 March 2011
Author:
happy-melon
Status:
ok
Tags:
Comment:
Follow-up
r83827
: a Block object will never be internally of TYPE_ID.
Modified paths:
/trunk/phase3/includes/Block.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Block.php
—
—
@@ -1003,7 +1003,7 @@
1004
1004
list( $target, $type ) = self::parseTarget( $this->mAddress );
1005
1005
1006
1006
# Check whether it's an autoblock
1007
- if( $type == self::TYPE_ID && $this->mAuto ){
1007
+ if( $this->mAuto ){
1008
1008
$type = self::TYPE_AUTO;
1009
1009
}
1010
1010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r83827
Follow-up
r83825
: fix Block::parseTarget to recognise autoblocks separately, ...
happy-melon
15:14, 13 March 2011
Status & tagging log
21:22, 7 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r83829
[
removed:
new
added:
ok]