diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php index 1e27b3d..d9afa9b 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php @@ -126,6 +126,7 @@ if (checkSession()) { // reset minor version number $oDocument->setMinorVersionNumber(0); $oDocument->update(); + // TODO: create a transaction? $oUser = User::get($oDocument->getCreatorID()); $sBody = $oUser->getUserName() . ", the collaboration process for the document, 'rootUrl/control.php?action=viewDocument&fDocumentID=" . $oDocument->getID() . "\">" . $oDocument->getName() . "', has been completed. ";