]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/login.php
More queries and language constants rewritten
[mailer.git] / inc / modules / login.php
index 50d7d98f42d0fb969d0e2f454b34ea260e106d04..229c0747c6a46c2fcbb86f9fab4884853dd59875 100644 (file)
@@ -79,7 +79,7 @@ OUTPUT_HTML("   </td>
   <td valign=\"top\" align=\"center\" rowspan=\"3\" class=\"member_content\">");
 
 $INC_ACTION = sprintf("inc/modules/member/action-%s.php", $act);
-if ((FILE_READABLE($INC_ACTION)) && (VALIDATE_MENU_ACTION("member", GET_ACTION("member", $GLOBALS['what']), $GLOBALS['what']))) {
+if ((FILE_READABLE($INC_ACTION)) && (VALIDATE_MENU_ACTION("member", $GLOBALS['action'], $GLOBALS['what']))) {
        // Requested module is available so we load it
        LOAD_INC($INC_ACTION);
 } else {