From: Kunal Mehta Date: Fri, 25 Sep 2015 17:54:30 +0000 (-0700) Subject: Fix spacing in ReplacementArray X-Git-Tag: 1.31.0-rc.0~9813^2~2 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=f127fa161e5698e3e3d780ba5a4d073d354097d0;p=lhc%2Fweb%2Fwiklou.git Fix spacing in ReplacementArray Change-Id: I8cb23892a06ebd8ad0f0726e8a6f4c853d0eb4c3 --- diff --git a/includes/libs/ReplacementArray.php b/includes/libs/ReplacementArray.php index b6faa3786d..ea50a854b2 100644 --- a/includes/libs/ReplacementArray.php +++ b/includes/libs/ReplacementArray.php @@ -112,7 +112,7 @@ class ReplacementArray { */ public function replace( $subject ) { if ( - function_exists( 'fss_prep_replace' ) && + function_exists( 'fss_prep_replace' ) && version_compare( PHP_VERSION, '5.5.0' ) < 0 ) { if ( $this->fss === false ) {