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