]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-
Fixes for unset config entries and ['header'] entry
[mailer.git] / inc / modules / guest / action-
index bfb7430c5e0d17eb20f67200f0bfa9e8d276b0c1..4b711cce8ea600172b07a11801ceafce3d8be9dc 100644 (file)
@@ -58,7 +58,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('GUEST_LOCKED_ACTION'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, getMaskedMessage('GUEST_LOCKED_ACTION', getWhat()));
 }
 
 // [EOF]