]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
More references to removed (still some left)
[mailer.git] / inc / modules / guest / action-admin.php
index 7da2d0635584a34628171672473ccd76055b99f8..5260a3ef79a545d2fd3d1091f08e6a2137becb24 100644 (file)
@@ -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']);
 }
 
 //