]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-payouts.php
Compilation time added, some compileCode() calles removed, ADMIN_WHAT_404 added
[mailer.git] / inc / modules / admin / action-payouts.php
index 21c5d95f6880c9e52efac0e70f3309ab151b05da..13ae4a1d4a2b956a0e7f6ba3a236c054b1212822 100644 (file)
@@ -50,7 +50,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), getWhat());
+       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_WHAT_404'), getWhat());
 }
 
 // [EOF]