unbreak deleted file viewing
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 30 Sep 2009 19:46:53 +0000 (19:46 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 30 Sep 2009 19:46:53 +0000 (19:46 +0000)
includes/filerepo/ArchivedFile.php

index a2a6518..94f8f67 100644 (file)
@@ -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;