X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-forced.php;h=173da3260947ac54c58952f2b4e7df9845b38e1f;hp=3235e85013b5a8a54e794988a8bc4b01348a63ae;hb=e5848e7e22dffe36ea207111a3a4ed1f7d5a8639;hpb=eb3e924768678719afc1bfaffb69354c407daa5b diff --git a/inc/modules/admin/action-forced.php b/inc/modules/admin/action-forced.php index 3235e85013..173da32609 100644 --- a/inc/modules/admin/action-forced.php +++ b/inc/modules/admin/action-forced.php @@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addYouAreHereLink('admin', __FILE__); // Load the include file -$inc = sprintf("inc/modules/admin/what-%s.php", getWhat()); +$inc = sprintf('inc/modules/admin/what-%s.php', getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the admin action module loadIncludeOnce($inc);