X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-;h=ad7c0a33a6e12b42702800cddd84fc99e97a9760;hb=e45e218c4f629ec63f0788cab231bfc88b3fa46e;hp=bfb7430c5e0d17eb20f67200f0bfa9e8d276b0c1;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e;p=mailer.git diff --git a/inc/modules/guest/action- b/inc/modules/guest/action- index bfb7430c5e..ad7c0a33a6 100644 --- a/inc/modules/guest/action- +++ b/inc/modules/guest/action- @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -58,7 +59,7 @@ if (isIncludeReadable($inc)) { // Ok, we finally load the guest action module loadInclude($inc); } else { - addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('GUEST_LOCKED_ACTION'), getWhat())); + addFatalMessage(__FILE__, __LINE__, getMaskedMessage('GUEST_LOCKED_ACTION', getWhat())); } // [EOF]