X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLinker.php;h=4f0ab6a65d71bfb4cf7964d3f36ad1a6ba1a6789;hb=79502d48e636a31c05ef5f52753a634767cbc4cb;hp=17dc0370f0398e9ccdcda05665c835b999eb64c7;hpb=26fbddd78c98c684c6e7683307913beef54e564d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Linker.php b/includes/Linker.php index 17dc0370f0..4f0ab6a65d 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1001,7 +1001,7 @@ class Linker { * @return string */ public static function userToolLinksRedContribs( $userId, $userText, $edits = null ) { - return self::userToolLinks( $userId, $userText, true, 0, $edits ); + return self::userToolLinks( $userId, $userText, true, 0, $edits, false ); } /**