Remove double globals.
[lhc/web/wiklou.git] / includes / api / ApiQueryDuplicateFiles.php
index cdc63d7..72d17bb 100644 (file)
@@ -43,6 +43,10 @@ class ApiQueryDuplicateFiles extends ApiQueryGeneratorBase {
                $this->run();
        }
 
+       public function getCacheMode( $params ) {
+               return 'public';
+       }
+
        public function executeGenerator( $resultPageSet ) {
                $this->run( $resultPageSet );
        }