]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-bank.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / inc / modules / member / action-bank.php
index c276c84db2abe17e801692c330e005d8b3649a7d..5aa1df14400424fcde458d848f910426dfaae26a 100644 (file)
@@ -50,7 +50,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 {