http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89128
Revision: 89128
Author: aaron
Date: 2011-05-29 19:05:41 +0000 (Sun, 29 May 2011)
Log Message:
-----------
Broke long line
Modified Paths:
--------------
trunk/phase3/includes/parser/Preprocessor_DOM.php
Modified: trunk/phase3/includes/parser/Preprocessor_DOM.php
===================================================================
--- trunk/phase3/includes/parser/Preprocessor_DOM.php 2011-05-29 18:55:30 UTC
(rev 89127)
+++ trunk/phase3/includes/parser/Preprocessor_DOM.php 2011-05-29 19:05:41 UTC
(rev 89128)
@@ -118,7 +118,8 @@
global $wgMemc, $wgPreprocessorCacheThreshold;
$xml = false;
- $cacheable = $wgPreprocessorCacheThreshold !== false && strlen(
$text ) > $wgPreprocessorCacheThreshold;
+ $cacheable = ( $wgPreprocessorCacheThreshold !== false
+ && strlen( $text ) > $wgPreprocessorCacheThreshold );
if ( $cacheable ) {
wfProfileIn( __METHOD__.'-cacheable' );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs