From: quix0r Date: Fri, 27 Mar 2009 23:37:03 +0000 (+0000) Subject: Fix for parser error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d386eda83c38ff4e51aec41810bf67fd3c519f73;hp=91c6fc9aa0c47047a157f70f423204f9327f9a12;p=mailer.git Fix for parser error --- diff --git a/inc/modules/admin/what-list_notifications.php b/inc/modules/admin/what-list_notifications.php index 0070fc68c8..e718db2cc8 100644 --- a/inc/modules/admin/what-list_notifications.php +++ b/inc/modules/admin/what-list_notifications.php @@ -50,7 +50,7 @@ $WHO = _ALL; $SQL2 = ''; // Set offset an current page to default values -if (!REQUEST_ISSET_GET('page')) REQUEST_GET('page') = "1"; +if (!REQUEST_ISSET_GET('page')) REQUEST_SET_GET('page' , "1"); if (!REQUEST_ISSET_GET('offset')) REQUEST_SET_GET('offset', getConfig('mails_page')); if ((EXT_IS_ACTIVE('bonus')) && ($WHO == getMessage('_ALL'))) {