From: Roland Häder Date: Fri, 27 Mar 2009 23:37:03 +0000 (+0000) Subject: Fix for parser error X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=605fcfb33afbb624784eb45a660221ef74ee0c83;hp=6fc9548b2a0b5bef38ed406ceb3b68981f3d5e48 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'))) {