]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-rals.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / inc / modules / member / action-rals.php
index 5815abf4aadcbf7d8f4eead8967286993b9d9ff1..62c102582ebff02fea56f008aa14097ce7a878ad 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 {