X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-beg.php;h=845ec0d56568dbf41e22df1061e7b7c95fcb06bc;hb=20741b93fd58620af677a7f1039ffd16ea6ec689;hp=9afb697d6f63f13a148edc687dd51421fdaa1113;hpb=34b1f5b69205b08c760d6dcc87ef6a2d1c291261;p=mailer.git diff --git a/inc/modules/member/what-beg.php b/inc/modules/member/what-beg.php index 9afb697d6f..845ec0d565 100644 --- a/inc/modules/member/what-beg.php +++ b/inc/modules/member/what-beg.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 * @@ -46,7 +46,7 @@ if (!defined('__SECURITY')) { addYouAreHereLink('member', __FILE__); if ((!isExtensionActive('beg')) && (!isAdmin())) { - displayMessage(generateExtensionInactiveNotInstalledMessage('beg')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=beg%}'); return; } // END - if