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