]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-theme.php
Fixed a typo, thanks to profi-concept. Function INCLUDE_READABLE() introduced
[mailer.git] / inc / modules / admin / action-theme.php
index 05cc6dd7a62eed21d7974e922ce8e0d3bf4755a0..71aef410070af38a38ebb35e15ba4b9a0f788d95 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 {