Index: trunk/phase3/includes/specials/SpecialFileDuplicateSearch.php |
— | — | @@ -37,6 +37,7 @@ |
38 | 38 | |
39 | 39 | function isSyndicated() { return false; } |
40 | 40 | function isCacheable() { return false; } |
| 41 | + function isCached() { return false; } |
41 | 42 | |
42 | 43 | function linkParameters() { |
43 | 44 | return array( 'filename' => $this->filename ); |