]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-setup.php
Checking new member registrations is now done with list_user (was: chk_regs) and...
[mailer.git] / inc / modules / admin / action-setup.php
index 81869b9f5bd11c377dd3b00c3e3e64778458251c..623b180b640fb0d41e72217849064b60e559703e 100644 (file)
@@ -49,7 +49,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}', getWhat());
+       addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}');
 }
 
 // [EOF]