r107144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107143‎ | r107144 | r107145 >
Date:09:30, 23 December 2011
Author:j
Status:ok
Tags:
Comment:
Use getPath, all operations are on filerepo level no need to get a local path. Follow up r107064
Modified paths:
  • /trunk/phase3/includes/upload/UploadFromChunks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/upload/UploadFromChunks.php
@@ -56,7 +56,7 @@
5757 $this->mFileKey = $this->mLocalFile->getFileKey();
5858
5959 // Output a copy of this first to chunk 0 location:
60 - $status = $this->outputChunk( $this->mLocalFile->getLocalRefPath() );
 60+ $status = $this->outputChunk( $this->mLocalFile->getPath() );
6161
6262 // Update db table to reflect initial "chunk" state
6363 $this->updateChunkStatus();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107064- add comment to document us_chunk_inx in sql file...j13:18, 22 December 2011

Status & tagging log