r89128 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89127‎ | r89128 | r89129 >
Date:19:05, 29 May 2011
Author:aaron
Status:ok
Tags:
Comment:
Broke long line
Modified paths:
  • /trunk/phase3/includes/parser/Preprocessor_DOM.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Preprocessor_DOM.php
@@ -118,7 +118,8 @@
119119 global $wgMemc, $wgPreprocessorCacheThreshold;
120120
121121 $xml = false;
122 - $cacheable = $wgPreprocessorCacheThreshold !== false && strlen( $text ) > $wgPreprocessorCacheThreshold;
 122+ $cacheable = ( $wgPreprocessorCacheThreshold !== false
 123+ && strlen( $text ) > $wgPreprocessorCacheThreshold );
123124 if ( $cacheable ) {
124125 wfProfileIn( __METHOD__.'-cacheable' );
125126

Status & tagging log