X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fremoveip_functions.php;h=8238c70fcb4f5d23f6a5230d0d869ca4fe87eeae;hb=5fa8c7bab284e1549611b733d09364c39a437e2d;hp=4c6a4b2a48c23d54d8a4296b0021a6c41200ce03;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/libs/removeip_functions.php b/inc/libs/removeip_functions.php index 4c6a4b2a48..8238c70fcb 100644 --- a/inc/libs/removeip_functions.php +++ b/inc/libs/removeip_functions.php @@ -139,7 +139,7 @@ function addAnonymityLevel () { $constantName = sprintf("REMOVEIP_LEVEL_%s", strtoupper($suffix)); // Default message - $message = sprintf(getMessage('REMOVEIP_UNKNOWN_LEVEL'), $suffix); + $message = getMaskedMessage('REMOVEIP_UNKNOWN_LEVEL', $suffix); // Is that constant there? if (isMessageIdValid($constantName)) {