New functions introduced, several rewrites:
[mailer.git] / inc / modules / admin / action-network.php
index 761259090fbe5a1c16aef29f629c84219ed32f46..0fc8b602c104727c0363f2966c34612f360e34f7 100644 (file)
@@ -50,7 +50,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('ADMIN_WHAT_404'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, getMaskedMessage('ADMIN_WHAT_404', getWhat()));
 }
 
 // [EOF]