X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fparser%2FLinkHolderArray.php;h=d2a0a1a6d457b5b7f38d4257c11a58442d25fc4c;hp=e7712f2b74c3e1c80bc24705fb63f0ab9efbfeb7;hb=c584722cc2e3d33edae58d46c2149063b3fc6d72;hpb=2c0db8f5e8593a51ae0acc8285fd40b7743b0fce diff --git a/includes/parser/LinkHolderArray.php b/includes/parser/LinkHolderArray.php index e7712f2b74..d2a0a1a6d4 100644 --- a/includes/parser/LinkHolderArray.php +++ b/includes/parser/LinkHolderArray.php @@ -613,7 +613,7 @@ class LinkHolderArray { public function replaceText( $text ) { $text = preg_replace_callback( '//', - [ &$this, 'replaceTextCallback' ], + [ $this, 'replaceTextCallback' ], $text ); return $text;