]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-admins.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / inc / modules / admin / action-admins.php
index 85685d1bafca65a0e2fb04e66d8f96bc7342c191..2187e4b3b97e6c18989293c4d2610f63a7b5acf4 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (FILE_READABLE($INC)) {
+if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        LOAD_INC($INC);
 } else {