Index: trunk/phase3/includes/upload/UploadStash.php |
— | — | @@ -381,7 +381,7 @@ |
382 | 382 | } |
383 | 383 | |
384 | 384 | // 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 ); |
386 | 386 | $thumb->thumbnailFile = $stashedThumbFile; |
387 | 387 | |
388 | 388 | return $thumb; |