r108473 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108472‎ | r108473 | r108474 >
Date:21:22, 9 January 2012
Author:aaron
Status:ok
Tags:
Comment:
Removed debug code from r108472
Modified paths:
  • /trunk/phase3/includes/filerepo/file/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/file/File.php
@@ -817,7 +817,6 @@
818818 if ( $status->isOK() ) {
819819 $thumb->setStoragePath( $thumbPath );
820820 } else {
821 - var_dump($status->errors);
822821 $thumb = $this->transformErrorOutput( $thumbPath, $thumbUrl, $params, $flags );
823822 }
824823 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108472Fix r108185: file transform store op needs 'overwriteDest'aaron21:21, 9 January 2012

Status & tagging log