From d386eda83c38ff4e51aec41810bf67fd3c519f73 Mon Sep 17 00:00:00 2001 From: quix0r Date: Fri, 27 Mar 2009 23:37:03 +0000 Subject: [PATCH] Fix for parser error --- inc/modules/admin/what-list_notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))) { -- 2.39.2