X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_book.php;h=1c57183d09e3e7e4d97dad47cae6e8267a78548b;hb=37926c3fc93e4e2e000226375893a2f7f6bf3180;hp=1fb968bbf247f5c252f698ddafbba24d2dbfe4a6;hpb=60c415b4e890472115cc0ad0f62290e7af71d205;p=mailer.git diff --git a/inc/modules/member/what-surfbar_book.php b/inc/modules/member/what-surfbar_book.php index 1fb968bbf2..1c57183d09 100644 --- a/inc/modules/member/what-surfbar_book.php +++ b/inc/modules/member/what-surfbar_book.php @@ -56,7 +56,7 @@ if ((!isExtensionActive('surfbar')) && (!isAdmin())) { // Still allowed to book more URLs? if (!SURFBAR_IF_USER_BOOK_MORE_URLS()) { // No more URLs allowed to book! - loadTemplate('admin_settings_saved', false, getMessage('MEMBER_SURFBAR_NO_MORE_ALLOWED')); + loadTemplate('admin_settings_saved', false, '{--MEMBER_SURFBAR_NO_MORE_ALLOWED--}'); } elseif ((isFormSent()) && (isPostRequestParameterSet(('limited')))) { // Is limitation "no" and "limit" is > 0? if ((postRequestParameter('limited') != 'Y') && ((isPostRequestParameterSet(('limit'))) && (postRequestParameter('limit') > 0)) || (!isPostRequestParameterSet(('limit')))) {