Commit 8070a2fb4aa022ac11f040d4e0cc6798f0730cdb
1 parent
247028d4
corrected method name
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2691 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php
| ... | ... | @@ -140,7 +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 | + $main->setSubmitMethod"GET"); | |
| 144 | 144 | $main->render(); |
| 145 | 145 | } |
| 146 | 146 | ... | ... |