Commit df5da31b6bd1e2d924f562b842f6cd8213c4e31f

Authored by Michael Joseph
1 parent 1a39d016

corrected method name


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