]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / guest / action-
index 4d9e68bf8e83d2c6e5d1ea0b3b956b117cea095c..f1aeadc24b28b275822cbdefd0ea328b1e49d4f3 100644 (file)
@@ -53,9 +53,9 @@ ADD_DESCR('guest', __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/guest/what-%s.php", $GLOBALS['what']);
-if (FILE_READABLE($INC)) {
+if (isIncludeReadable($INC)) {
        // Ok, we finally load the guest action module
-       LOAD_INC($INC);
+       loadInclude($INC);
 } elseif ($IS_VALID) {
        addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('GUEST_404_ACTION'), SQL_ESCAPE($GLOBALS['what'])));
 } else {