From: Aaron Schulz Date: Sun, 29 May 2011 19:05:41 +0000 (+0000) Subject: Broke long line X-Git-Tag: 1.31.0-rc.0~29849 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=1b245fa447e491b3d13fdc4651582f327a1e96b6;p=lhc%2Fweb%2Fwiklou.git Broke long line --- diff --git a/includes/parser/Preprocessor_DOM.php b/includes/parser/Preprocessor_DOM.php index 39c9edd7a2..bb60a34f71 100644 --- a/includes/parser/Preprocessor_DOM.php +++ b/includes/parser/Preprocessor_DOM.php @@ -118,7 +118,8 @@ class Preprocessor_DOM implements Preprocessor { global $wgMemc, $wgPreprocessorCacheThreshold; $xml = false; - $cacheable = $wgPreprocessorCacheThreshold !== false && strlen( $text ) > $wgPreprocessorCacheThreshold; + $cacheable = ( $wgPreprocessorCacheThreshold !== false + && strlen( $text ) > $wgPreprocessorCacheThreshold ); if ( $cacheable ) { wfProfileIn( __METHOD__.'-cacheable' );