In Special:RevisionDelete:
[lhc/web/wiklou.git] / includes / filerepo / ArchivedFile.php
index 68c93b8..46a295d 100644 (file)
@@ -202,6 +202,13 @@ class ArchivedFile
                return $this->key;
        }
 
+       /**
+        * Return the FileStore key (overriding base File class)
+        */
+       public function getStorageKey() {
+               return $this->getKey();
+       }
+
        /**
         * Return the FileStore storage group
         */