Index: trunk/phase3/includes/upload/UploadFromChunks.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | $this->mFileKey = $this->mLocalFile->getFileKey(); |
58 | 58 | |
59 | 59 | // Output a copy of this first to chunk 0 location: |
60 | | - $status = $this->outputChunk( $this->mLocalFile->getLocalRefPath() ); |
| 60 | + $status = $this->outputChunk( $this->mLocalFile->getPath() ); |
61 | 61 | |
62 | 62 | // Update db table to reflect initial "chunk" state |
63 | 63 | $this->updateChunkStatus(); |