]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-extras.php
More bugs resolved, thanks to profi-concept
[mailer.git] / inc / modules / member / action-extras.php
index 0badee216ad7c943884335b060be47a3f883d75b..ffef8c9ffe60861a879b1ff027c660236bc9a7a7 100644 (file)
@@ -49,7 +49,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);
 }