r76354 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76353‎ | r76354 | r76355 >
Date:23:35, 8 November 2010
Author:neilk
Status:ok
Tags:
Comment:
used accessor as recommended in comments to r73555
Modified paths:
  • /trunk/phase3/includes/upload/UploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/upload/UploadStash.php
@@ -381,7 +381,7 @@
382382 }
383383
384384 // stash the thumbnail File, and provide our caller with a way to get at its properties
385 - $stashedThumbFile = $this->sessionStash->stashFile( $thumb->path, array(), $key );
 385+ $stashedThumbFile = $this->sessionStash->stashFile( $thumb->getPath(), array(), $key );
386386 $thumb->thumbnailFile = $stashedThumbFile;
387387
388388 return $thumb;

Follow-up revisions

RevisionCommit summaryAuthorDate
r76797uploadwizard-deployment: Merge recent revs from trunk: r75995, r76354, r76386...catrope14:47, 16 November 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73555committing some long-overdue but still unfinished changes. Particularly: test...neilk18:23, 22 September 2010

Status & tagging log