diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php index 3b0f89a..20ce2c6 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php @@ -80,7 +80,8 @@ if (checkSession()) { $default->log->info("checkOutDocumentBL.php fired $count subscription alerts for checked out document " . $oDocument->getName()); // display checkout success message in the document view page - $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); + //controllerRedirect("downloadDocument", "fDocumentID=$fDocumentID&fCheckedOut=1"); + $oPatternCustom->setHtml(getCheckOutPage($oDocument, true)); } else { // document update failed