r107360 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107359
|
r107360
|
r107361
>
Date:
04:49, 27 December 2011
Author:
j
Status:
ok
Tags:
Comment:
update mLocalFile in concatenateChunks to make chunk upload
work with recent filerepo changes
Follow up
r104687
Modified paths:
/trunk/phase3/includes/upload/UploadFromChunks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/upload/UploadFromChunks.php
—
—
@@ -107,8 +107,11 @@
108
108
if( !$status->isOk() ){
109
109
return $status;
110
110
}
111
- // Update the mTempPath variable ( for FileUpload or normal Stash to take over )
111
+ // Update the mTempPath and mLocalFile
112
+ // ( for FileUpload or normal Stash to take over )
112
113
$this->mTempPath = $tmpPath; // file system path
114
+ $this->mLocalFile = parent::stashFile();
115
+
113
116
return $status;
114
117
}
115
118
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104687
Use database to track uploaded chunks and concatenate at the end....
j
14:56, 30 November 2011
Status & tagging log
19:04, 27 December 2011
Raindrift
(
talk
|
contribs
)
changed the
status
of r107360
[
removed:
new
added:
ok]