Index: branches/REL1_4/phase3/includes/Article.php |
— | — | @@ -1956,11 +1956,6 @@ |
1957 | 1957 | $called = true; |
1958 | 1958 | if($this->isFileCacheable()) { |
1959 | 1959 | $touched = $this->mTouched; |
1960 | | - if( $this->mTitle->getPrefixedDBkey() == wfMsg( 'mainpage' ) ) { |
1961 | | - # Expire the main page quicker |
1962 | | - $expire = wfUnix2Timestamp( time() - 3600 ); |
1963 | | - $touched = max( $expire, $touched ); |
1964 | | - } |
1965 | 1960 | $cache = new CacheManager( $this->mTitle ); |
1966 | 1961 | if($cache->isFileCacheGood( $touched )) { |
1967 | 1962 | global $wgOut; |