]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-mods.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / modules / admin / action-mods.php
index 3d523770d40d47be684980c3289a8255f0b9909b..ba7354036ac48f612a0530bb3294894a82632dce 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 {