X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-coupon.php;h=326da6372a52d1d4a3d54f9015988e917e169073;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=20ea631c0a6ba2c8b7d1b14e8c8a1f73f9b20644;hpb=e2ec4cbde50b9b2a568b16d72eb383500ff8a17c;p=mailer.git diff --git a/inc/modules/member/action-coupon.php b/inc/modules/member/action-coupon.php index 20ea631c0a..326da6372a 100644 --- a/inc/modules/member/action-coupon.php +++ b/inc/modules/member/action-coupon.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -49,7 +49,7 @@ if (!defined('__SECURITY')) { addYouAreHereLink('member', __FILE__); if ((!isExtensionActive('coupon')) && (!isAdmin())) { - displayMessage(generateExtensionInactiveNotInstalledMessage('coupon')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=coupon%}'); return; } // END - if @@ -57,7 +57,7 @@ if ((!isExtensionActive('coupon')) && (!isAdmin())) { $inc = sprintf("inc/modules/member/what-%s.php", getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the member action module - loadInclude($inc); + loadIncludeOnce($inc); } else { addFatalMessage(__FILE__, __LINE__, '{--MEMBER_WHAT_404--}', getWhat()); }