X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fsurfbar_functions.php;h=bb4c68d4a12834f2d58be78d741711387e47ea54;hp=39149946aa64f380ce86e80dc87ed3e52ad3109b;hb=330dbb3e2b34450cd1665497506455e195a0a166;hpb=18eb87f5ec1182966e2ff5ef128a379330534f80 diff --git a/inc/libs/surfbar_functions.php b/inc/libs/surfbar_functions.php index 39149946aa..bb4c68d4a1 100644 --- a/inc/libs/surfbar_functions.php +++ b/inc/libs/surfbar_functions.php @@ -665,7 +665,7 @@ function SURFBAR_NOTIFY_ADMIN ($messageType, $content) { // Is the subject line there? if ((substr($subject, 0, 1) == '!') && (substr($subject, -1, 1) == '!')) { // Set default subject if following eval() wents wrong - $subject = getMaskedMessage('ADMIN_SURFBAR_NOTIFY_DEFAULT_SUBJECT', strtoupper($messageType)); + $subject = '{%message,ADMIN_SURFBAR_NOTIFY_DEFAULT_SUBJECT=' . strtoupper($messageType) . '%}'; } // END - if // Translate some data if present