r114627 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114626‎ | r114627 | r114628 >
Date:06:41, 30 March 2012
Author:tstarling
Status:ok
Tags:live 
Comment:
Removed debugging code
Modified paths:
  • /branches/wmf/1.19wmf1/includes/specials/SpecialBlock.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114625Temporary fix for bug 35578. Reintroduce validation to processForm().tstarling06:38, 30 March 2012

Status & tagging log