Index: trunk/phase3/includes/specials/SpecialBlock.php |
— | — | @@ -555,7 +555,7 @@ |
556 | 556 | # to do this for IPs, but it's pretty unlikely they'd ever get the 'block' |
557 | 557 | # permission anyway, although the code does allow for it |
558 | 558 | if( $target === $wgUser->getName() && |
559 | | - ( $data['PreviousTarget'] != $data['Target'] || !$data['Confirm'] ) ) |
| 559 | + ( $data['PreviousTarget'] !== $data['Target'] || !$data['Confirm'] ) ) |
560 | 560 | { |
561 | 561 | return array( 'ipb-blockingself' ); |
562 | 562 | } |