X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_cats.php;h=96b8cfd3e2f7a977d054333052dc2d5e58cd6130;hp=5b5d0156a89968336c630ee03384b76f94933109;hb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;hpb=eac9b7b757e50ad6536ccc00f46eae5d194a6b12 diff --git a/inc/modules/admin/what-config_cats.php b/inc/modules/admin/what-config_cats.php index 5b5d0156a8..96b8cfd3e2 100644 --- a/inc/modules/admin/what-config_cats.php +++ b/inc/modules/admin/what-config_cats.php @@ -102,7 +102,7 @@ if (isPostRequestElementSet('add')) { } // END - switch } else { // Entry not saved - $TEXT .= sprintf(getMessage('CATEGORY_NOT_SAVED'), $id); + $TEXT .= getMaskedMessage('CATEGORY_NOT_SAVED', $id); } } // END - foreach