Commit 247028d49aae3f66ddd47a24f87eff4ecdb8b31b

Authored by michael
1 parent 7a8d3786

reinstated submit action setting


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2690 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php
... ... @@ -140,6 +140,7 @@ if (checkSession()) {
140 140 $main->setCentralPayload($oContent);
141 141 $main->setFormAction($_SERVER['PHP_SELF']);
142 142 $main->setHasRequiredFields(true);
  143 + $main->setSubmitAction("GET");
143 144 $main->render();
144 145 }
145 146  
... ...