Commit 36b2f36c23cfb343f7a57f77c372475e979572f7
1 parent
7a910f1a
removed download for now
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2210 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php
| ... | ... | @@ -80,7 +80,8 @@ if (checkSession()) { |
| 80 | 80 | $default->log->info("checkOutDocumentBL.php fired $count subscription alerts for checked out document " . $oDocument->getName()); |
| 81 | 81 | |
| 82 | 82 | // display checkout success message in the document view page |
| 83 | - $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); | |
| 83 | + //controllerRedirect("downloadDocument", "fDocumentID=$fDocumentID&fCheckedOut=1"); | |
| 84 | + $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); | |
| 84 | 85 | |
| 85 | 86 | } else { |
| 86 | 87 | // document update failed | ... | ... |