X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_notifications.php;h=220213e51752939e3915e3d4bd8863cd21c1ed9f;hb=96dfdd6b8e6a56d6594c3525e5fd2a066697a6de;hp=1f6fd0dc0c9652a18672c5155d3506bbd3a339dd;hpb=4cf9e7903e3d0528650b2c8871b9b9f68e473807;p=mailer.git diff --git a/inc/modules/admin/what-list_notifications.php b/inc/modules/admin/what-list_notifications.php index 1f6fd0dc0c..220213e517 100644 --- a/inc/modules/admin/what-list_notifications.php +++ b/inc/modules/admin/what-list_notifications.php @@ -49,8 +49,8 @@ $SQL2 = ''; $result_max = false; // Set offset an current page to default values -if (!isGetRequestElementSet('page')) setRequestGetElement('page' , 1); -if (!isGetRequestElementSet('offset')) setRequestGetElement('offset', getConfig('mails_page')); +if (!isGetRequestElementSet('page')) setGetRequestElement('page' , 1); +if (!isGetRequestElementSet('offset')) setGetRequestElement('offset', getConfig('mails_page')); if (isExtensionActive('bonus')) { // Bonus mails sent by you @@ -64,7 +64,7 @@ ORDER BY timestamp DESC"; $result_max = SQL_QUERY($SQL2, __FILE__, __LINE__); } else { // Bonus extension required! - loadTemplate('admin_settings_saved', false, sprintf(getMessage('ADMIN_EXTENSION_PROBLEM_EXT_NOT_INSTALLED'), 'bonus')); + loadTemplate('admin_settings_saved', false, getMaskedMessage('ADMIN_EXTENSION_PROBLEM_EXT_NOT_INSTALLED', 'bonus')); } // Create limitation line