From: Platonides Date: Tue, 12 Oct 2010 23:20:12 +0000 (+0000) Subject: Follow up r70940. This call should use the hook $result. X-Git-Tag: 1.31.0-rc.0~34526 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=4018ed0da787941e1eb35fc595d504ae316f8a5e;p=lhc%2Fweb%2Fwiklou.git Follow up r70940. This call should use the hook $result. --- diff --git a/includes/Linker.php b/includes/Linker.php index 94138721b7..e07f5a1291 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1401,7 +1401,7 @@ class Linker { # run, and even add them to hook-provided text. (This is the main # reason that the EditSectionLink hook is deprecated in favor of # DoEditSectionLink: it can't change the brackets or the span.) - $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $link ); + $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $result ); return "$result"; }