]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-main.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / inc / modules / member / action-main.php
index 7158a4cffbe73d33ef09679d9bcbd4defb77a6fc..3117c2cec8191e20572499a5b02ac1b2dda3e0ef 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 {