]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-repair.php
Compilation time added, some compileCode() calles removed, ADMIN_WHAT_404 added
[mailer.git] / inc / modules / admin / action-repair.php
index 4ffb2da4f1e0fca14690eac4b5c776cceb8f8d0c..40dbbdbb49d934a785797df693e674282d8e0475 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]