From fc99709183d07e6158ff028c8dfea1fe38cf74a8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 1 Nov 2011 17:14:54 +0000 Subject: [PATCH] fixed PHP notice --- lam/lib/lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 4039f845..b69196a5 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -558,7 +558,7 @@ class lamList { } elseif ($option == 'SESSION') { $filename = createModulePDF(array($_SESSION[$_POST['PDFSessionID']]),$pdfStruct); - unset($_SESSION[$_GET['PDFSessionID']]); + unset($_SESSION[$_POST['PDFSessionID']]); } if ($filename != '') { return "";