X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-account.php;h=dd93ce976edfad6207fbe11c8196ffe7beed4b4d;hp=63e66f12be8294d977e66b00936f0f7232bce10c;hb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;hpb=3c23bfaee208fa12adf5cdd9d8e9882612199d03 diff --git a/inc/modules/member/action-account.php b/inc/modules/member/action-account.php index 63e66f12be..dd93ce976e 100644 --- a/inc/modules/member/action-account.php +++ b/inc/modules/member/action-account.php @@ -55,7 +55,7 @@ if (isIncludeReadable($inc)) { // Ok, we finally load the member action module loadInclude($inc); } else { - addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_ACTION'), getWhat())); + addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_WHAT'), getWhat())); } // [EOF]