Index: trunk/phase3/includes/upload/UploadFromStash.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | * There is no need to stash the image twice |
105 | 105 | */ |
106 | 106 | public function stashFile( $key = null ) { |
107 | | - if ( !$this->mLocalFile ) { |
| 107 | + if ( $this->mLocalFile ) { |
108 | 108 | return $this->mLocalFile; |
109 | 109 | } |
110 | 110 | return parent::stashFile( $key ); |