X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-surfbar.php;h=ff29f1784cb2ea660f38512ac50a88853c3bbb5d;hp=da666b587a76bbe1eab4e477f383efbeb8c4115e;hb=97eb53f4fdcc3f433dea23d09efde744d52a3740;hpb=701f5ac005404813e0e546102b5821f2ba2af522 diff --git a/inc/modules/admin/action-surfbar.php b/inc/modules/admin/action-surfbar.php index da666b587a..ff29f1784c 100644 --- a/inc/modules/admin/action-surfbar.php +++ b/inc/modules/admin/action-surfbar.php @@ -44,7 +44,7 @@ ADD_DESCR("admin", __FILE__); $INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what'])); if (FILE_READABLE($INC)) { // Ok, we finally load the admin action module - include($INC); + require($INC); } else { addFatalMessage(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2); }