r81826 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81825‎ | r81826 | r81827 >
Date:17:05, 9 February 2011
Author:platonides
Status:ok
Tags:
Comment:
1 to true in boolean parameter
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -293,7 +293,7 @@
294294 public static function tryClearStashedUploads( $formData ) {
295295 if ( isset( $formData['Clear'] ) ) {
296296 $stash = RepoGroup::singleton()->getLocalRepo()->getUploadStash();
297 - wfDebug( "stash has: " . print_r( $stash->listFiles(), 1 ) );
 297+ wfDebug( "stash has: " . print_r( $stash->listFiles(), true ) );
298298 if ( ! $stash->clear() ) {
299299 return Status::newFatal( 'uploadstash-errclear' );
300300 }
Property changes on: trunk/phase3/includes/specials/SpecialUploadStash.php
___________________________________________________________________
Modified: svn:mergeinfo
301301 Reverse-merged /trunk/phase3/includes/specials/SpecialUploadStash.php:r75588

Status & tagging log