diff --git a/lam/templates/pdfedit/pdfpage.php b/lam/templates/pdfedit/pdfpage.php index 9565cd1c..32d47832 100644 --- a/lam/templates/pdfedit/pdfpage.php +++ b/lam/templates/pdfedit/pdfpage.php @@ -674,6 +674,9 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) { if (isset($_GET['edit'])) { $structureName = $_GET['edit']; } + elseif (isset($_GET['pdfname'])) { + $structureName = $_GET['pdfname']; + } else if (isset($_POST['pdfname'])) { $structureName = $_POST['pdfname']; }