X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-bank.php;h=8e151921d53d8cdac17dd4017d740e6490f1c063;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=542012af60b1c40885a158873ffcfc972856572f;hpb=e2ec4cbde50b9b2a568b16d72eb383500ff8a17c;p=mailer.git diff --git a/inc/modules/member/action-bank.php b/inc/modules/member/action-bank.php index 542012af60..8e151921d5 100644 --- a/inc/modules/member/action-bank.php +++ b/inc/modules/member/action-bank.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('bank')) && (!isAdmin())) { - displayMessage(generateExtensionInactiveNotInstalledMessage('bank')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=bank%}'); return; } // END - if @@ -57,7 +57,7 @@ if ((!isExtensionActive('bank')) && (!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--}'); }