From bea95ab28c78a66dc6ab3cd66e5abce89b82db86 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 30 Sep 2009 19:46:53 +0000 Subject: [PATCH] unbreak deleted file viewing --- includes/filerepo/ArchivedFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/ArchivedFile.php b/includes/filerepo/ArchivedFile.php index a2a65180ca..94f8f67121 100644 --- a/includes/filerepo/ArchivedFile.php +++ b/includes/filerepo/ArchivedFile.php @@ -33,7 +33,7 @@ class ArchivedFile $this->id = -1; $this->title = false; $this->name = false; - $this->group = ''; + $this->group = 'deleted'; // needed for direct use of constructor $this->key = ''; $this->size = 0; $this->bits = 0; -- 2.20.1