]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-main.php
More variables renamed to , install/admin_WriteData() is now generic (with open TODO)
[mailer.git] / inc / modules / guest / action-main.php
index 322ec971f854062d4107954329469e8556144ccb..125585b32be402e73b85a435fdc60debf360021b 100644 (file)
@@ -45,7 +45,7 @@ ADD_DESCR("guest", __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/guest/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (FILE_READABLE($INC)) {
+if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the guest action module
        LOAD_INC($INC);
 } else {