From f127fa161e5698e3e3d780ba5a4d073d354097d0 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 25 Sep 2015 10:54:30 -0700 Subject: [PATCH] Fix spacing in ReplacementArray Change-Id: I8cb23892a06ebd8ad0f0726e8a6f4c853d0eb4c3 --- includes/libs/ReplacementArray.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1