From: Alexandre Emsenhuber Date: Mon, 6 Feb 2012 11:35:24 +0000 (+0000) Subject: Removed false comment, we no longer use file cache for action=raw calls. X-Git-Tag: 1.31.0-rc.0~24921 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=64aff975673d1f5e8443e559285d19681902849b;p=lhc%2Fweb%2Fwiklou.git Removed false comment, we no longer use file cache for action=raw calls. --- 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