Commit 44f2c73914cbb8a00439b5749378cf00206dcb45
1 parent
d5fe5cd7
changed submit method to get
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2678 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php
| ... | ... | @@ -70,7 +70,8 @@ if (checkSession()) { |
| 70 | 70 | // build the page |
| 71 | 71 | require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); |
| 72 | 72 | $main->setCentralPayload($oContent); |
| 73 | - $main->setFormAction($_SERVER['PHP_SELF']); | |
| 73 | + $main->setFormAction($_SERVER['PHP_SELF']); | |
| 74 | + $main->setSubmitMethod("GET"); | |
| 74 | 75 | $main->setHasRequiredFields(true); |
| 75 | 76 | $main->render(); |
| 76 | 77 | } | ... | ... |