X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-admin.php;h=5260a3ef79a545d2fd3d1091f08e6a2137becb24;hb=c5e685ff1b1bd296243b9bfcd8921969fa09d53f;hp=7da2d0635584a34628171672473ccd76055b99f8;hpb=08b3c51b70b6498fd92a2760979d64470ad1b586;p=mailer.git diff --git a/inc/modules/guest/action-admin.php b/inc/modules/guest/action-admin.php index 7da2d06355..5260a3ef79 100644 --- a/inc/modules/guest/action-admin.php +++ b/inc/modules/guest/action-admin.php @@ -46,7 +46,7 @@ if (FILE_READABLE($INC)) { // Ok, we finally load the guest action module LOAD_INC($INC); } else { - addFatalMessage(sprintf(getMessage('GUEST_404_ACTION'), SQL_ESCAPE($GLOBALS['what']))); + addFatalMessage(getMessage('GUEST_404_ACTION'), $GLOBALS['what']); } //