]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-order.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / member / action-order.php
index 6c327f2568a7775ee91377aeb37cae1f84c6b89f..d8455dc7ad65af639eb794ad67b6706b47b31d24 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);
 }