From 64aff975673d1f5e8443e559285d19681902849b Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 6 Feb 2012 11:35:24 +0000 Subject: [PATCH] Removed false comment, we no longer use file cache for action=raw calls. --- includes/cache/HTMLFileCache.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/cache/HTMLFileCache.php b/includes/cache/HTMLFileCache.php index b846e41931..37d0adce01 100644 --- a/includes/cache/HTMLFileCache.php +++ b/includes/cache/HTMLFileCache.php @@ -71,7 +71,6 @@ class HTMLFileCache extends FileCacheBase { if ( $query === 'title' || $query === 'curid' ) { continue; // note: curid sets title // Normal page view in query form can have action=view. - // Raw hits for pages also stored, like .css pages for example. } elseif ( $query === 'action' && in_array( $val, self::cacheablePageActions() ) ) { continue; // Below are header setting params -- 2.20.1