]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / member / action-
index fdb3590d3447f9fae5983e5cc858bab739fbbbf4..7fcb665657897a4e9dcea8737a76602251da7105 100644 (file)
@@ -52,7 +52,7 @@ ADD_DESCR("member", __FILE__);
 $INC_WHAT = sprintf("%sinc/modules/member/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what']));
 if (FILE_READABLE($INC_WHAT)) {
        // Ok, we finally load the member action module
-       include_once($INC_WHAT);
+       require($INC_WHAT);
 } else {
        addFatalMessage(MEMBER_404_ACTION_1.$GLOBALS['what'].MEMBER_404_ACTION_2);
 }