X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDuplicateFiles.php;h=856d0fd78fc10ca409a75d7a36f516295b769e2d;hb=bb52be9f3da314361cdb90642f941aea669a1d3e;hp=6fb3ea3590fc33f2030f511950b2206f9c4795ac;hpb=ebf2912801913acc724413a6e2967d78cae77223;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryDuplicateFiles.php b/includes/api/ApiQueryDuplicateFiles.php index 6fb3ea3590..856d0fd78f 100644 --- a/includes/api/ApiQueryDuplicateFiles.php +++ b/includes/api/ApiQueryDuplicateFiles.php @@ -165,6 +165,16 @@ class ApiQueryDuplicateFiles extends ApiQueryGeneratorBase { ); } + public function getResultProperties() { + return array( + '' => array( + 'name' => 'string', + 'user' => 'string', + 'timestamp' => 'timestamp' + ) + ); + } + public function getDescription() { return 'List all files that are duplicates of the given file(s)'; }