Index: trunk/phase3/includes/upload/UploadFromStash.php |
— | — | @@ -34,8 +34,10 @@ |
35 | 35 | * them in the session on the server and just give |
36 | 36 | * an opaque key to the user agent. |
37 | 37 | */ |
| 38 | + |
| 39 | + $repo = RepoGroup::singleton()->getLocalRepo(); |
38 | 40 | parent::initialize( $name, |
39 | | - $sessionData['mTempPath'], |
| 41 | + $repo->resolveVirtualUrl( $sessionData['mTempPath'] ), |
40 | 42 | $sessionData['mFileSize'], |
41 | 43 | false |
42 | 44 | ); |