]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-payouts.php
New method generateExtensionInactiveMessage() introduced
[mailer.git] / inc / modules / admin / action-payouts.php
index c11f368839478f933f240a07179cbd31f5bdc60c..73340586a1099fa783bbb32668816e6c4b4251ae 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']);
 }