X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2FReplacementArray.php;h=ea50a854b2eb8eed249697e77490a6ee9c8ffde0;hb=480ab87dbc2974ad9465af2808f21bf83397142e;hp=b6faa3786d18eff94819fc6f9e6de30ce0f0e3ae;hpb=6d79d853b17dc45b8b4796e89d930f95f75e7216;p=lhc%2Fweb%2Fwiklou.git 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 ) {