]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-sponsor.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / guest / action-sponsor.php
index 323eea8bf1aa0bdefc053dcc51996c20a902cbee..30b6a5230965d694a1bb9a752506221b786084f4 100644 (file)
@@ -49,7 +49,7 @@ ADD_DESCR("guest", __FILE__);
 $INC = sprintf("%sinc/modules/guest/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what']));
 if (FILE_READABLE($INC)) {
        // Ok, we finally load the guest action module
-       include($INC);
+       require($INC);
 } elseif ($IS_VALID) {
        addFatalMessage(sprintf(getMessage('GUEST_404_ACTION'), SQL_ESCAPE($GLOBALS['what'])));
 } else {