]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-admins.php
Possible fix for #125, applied fixes from profi-concept's branch
[mailer.git] / inc / modules / admin / action-admins.php
index cdf1168b5ec42980b77f31c0e0d6d456d4d5af21..56ae370c462314e57aeb9ea323ca06fd619418d2 100644 (file)
@@ -47,9 +47,9 @@ ADD_DESCR('admin', __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (INCLUDE_READABLE($INC)) {
+if (isIncludeReadable($INC)) {
        // Ok, we finally load the admin action module
-       LOAD_INC($INC);
+       loadInclude($INC);
 } else {
        addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
 }