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