Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -236,13 +236,7 @@ |
237 | 237 | $this->$name = $value; |
238 | 238 | } |
239 | 239 | $this->fileExists = true; |
240 | | - // Check if the file is hidden... |
241 | | - if( $this->isDeleted(File::DELETED_FILE) ) { |
242 | | - $this->fileExists = false; // treat as not existing |
243 | | - } else { |
244 | | - // Check for rows from a previous schema, quietly upgrade them |
245 | | - $this->maybeUpgradeRow(); |
246 | | - } |
| 240 | + $this->maybeUpgradeRow(); |
247 | 241 | } |
248 | 242 | |
249 | 243 | /** |