Index: branches/wmf/1.19wmf1/includes/specials/SpecialBlock.php |
— | — | @@ -558,9 +558,6 @@ |
559 | 559 | $data['Confirm'] = !in_array( $data['Confirm'], array( '', '0', null, false ), true ); |
560 | 560 | |
561 | 561 | list( $target, $type ) = self::getTargetAndType( $data['Target'] ); |
562 | | - ob_end_clean(); |
563 | | - var_dump( compact( 'target', 'type' ) ); |
564 | | - exit; |
565 | 562 | if( $type == Block::TYPE_USER ){ |
566 | 563 | if( !$target->getId() ){ |
567 | 564 | return array( array( 'nosuchusershort', $target->getName() ) ); |