Commit 12a9ea5ab1752b57e06197f03c5c8ffadb39b8d9
1 parent
7ecb1a45
corrected collaboration email text
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1534 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php
| @@ -134,7 +134,7 @@ if (checkSession()) { | @@ -134,7 +134,7 @@ if (checkSession()) { | ||
| 134 | // TODO: create a transaction? | 134 | // TODO: create a transaction? |
| 135 | 135 | ||
| 136 | $oUser = User::get($oDocument->getCreatorID()); | 136 | $oUser = User::get($oDocument->getCreatorID()); |
| 137 | - $sBody = $oUser->getUserName() . ", the collaboration process for the document, '" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), $oDocument->getName()) . "', has been completed. "; | 137 | + $sBody = $oUser->getName() . ", the collaboration process for the document, '" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), $oDocument->getName()) . "', has been completed. "; |
| 138 | $oEmail = & new Email(); | 138 | $oEmail = & new Email(); |
| 139 | $oEmail->send($oUser->getEmail(), "Document collaboration complete", $sBody); | 139 | $oEmail->send($oUser->getEmail(), "Document collaboration complete", $sBody); |
| 140 | 140 |