r114175 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114174‎ | r114175 | r114176 >
Date:20:05, 19 March 2012
Author:jeroendedauw
Status:reverted
Tags:gerritmigration 
Comment:
fix for r114164
Modified paths:
  • /trunk/phase3/includes/specials/SpecialCachedPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialCachedPage.php
@@ -135,7 +135,7 @@
136136 * @since 1.20
137137 */
138138 protected function initCaching() {
139 - if ( is_null( $this->hasCached ) ) {
 139+ if ( $this->cacheEnabled && is_null( $this->hasCached ) ) {
140140 $cachedChunks = wfGetCache( CACHE_ANYTHING )->get( $this->getCacheKeyString() );
141141
142142 $this->hasCached = is_array( $cachedChunks );

Follow-up revisions

RevisionCommit summaryAuthorDate
r114326Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086......catrope23:03, 20 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114164some refactoring to allow for nicer usage in deriving classesjeroendedauw18:40, 19 March 2012

Status & tagging log