diff options
Diffstat (limited to 'includes/filerepo/file/LocalFile.php')
-rw-r--r-- | includes/filerepo/file/LocalFile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index 8079a6f92d51..2cbc4025c090 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -1953,6 +1953,7 @@ class LocalFile extends File { 'fr_height' => intval( $this->height ), 'fr_bits' => $this->bits, 'fr_actor' => $actorId, + 'fr_deleted' => 0, 'fr_timestamp' => $dbw->timestamp( $timestamp ), 'fr_metadata' => $this->getMetadataForDb( $dbw ), 'fr_sha1' => $this->sha1 |