From: Aaron Schulz Date: Wed, 30 Sep 2009 19:46:53 +0000 (+0000) Subject: unbreak deleted file viewing X-Git-Tag: 1.31.0-rc.0~39447 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=bea95ab28c78a66dc6ab3cd66e5abce89b82db86;p=lhc%2Fweb%2Fwiklou.git unbreak deleted file viewing --- 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;