X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRecentchanges.php;h=d4fb72ca983a14db4a897392f92843ba3315fe5c;hb=ef06c85d9b4e260ce586e546a35648ae35f3e24a;hp=b6398cb567959c56de0abf2006104d897ac9a398;hpb=6f5751aa3a3a2ec981d7aebd45791a18dbd8b4e3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index b6398cb567..d4fb72ca98 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -310,7 +310,7 @@ class SpecialRecentChanges extends ChangesListSpecialPage { /** * Build and output the actual changes list. * - * @param array $rows Database rows + * @param ResultWrapper $rows Database rows * @param FormOptions $opts */ public function outputChangesList( $rows, $opts ) { @@ -794,4 +794,9 @@ class SpecialRecentChanges extends ChangesListSpecialPage { public function isIncludable() { return true; } + + protected function getCacheTTL() { + return 60 * 5; + } + }