Commit db68da87dfc90121b63c1c39d1ada3d107e96349
1 parent
8070a2fb
correct syntax snafu
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2692 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->setSubmitMethod"GET"); | |
| 143 | + $main->setSubmitMethod("GET"); | |
| 144 | 144 | $main->render(); |
| 145 | 145 | } |
| 146 | 146 | ... | ... |