Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -594,7 +594,7 @@ |
595 | 595 | return; |
596 | 596 | } |
597 | 597 | |
598 | | - if ( $wgUseFileCache && $wgTitle->getNamespace() != NS_SPECIAL ) { |
| 598 | + if ( $wgUseFileCache && $wgTitle->getNamespace() >= 0 ) { |
599 | 599 | wfProfileIn( 'main-try-filecache' ); |
600 | 600 | // Raw pages should handle cache control on their own, |
601 | 601 | // even when using file cache. This reduces hits from clients. |