]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Way more usage of EL code:
[mailer.git] / inc / libs / surfbar_functions.php
index 39149946aa64f380ce86e80dc87ed3e52ad3109b..bb4c68d4a12834f2d58be78d741711387e47ea54 100644 (file)
@@ -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
        // 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
        } // END - if
 
        // Translate some data if present