diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php
index 7c02a67..0310001 100644
--- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php
+++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php
@@ -120,7 +120,7 @@ function sendEmail($sDestEmailAddress, $sDestUserName, $fDocumentID, $sDocumentN
$sMessage .= "
Comments:
$sComment";
}
$sMessage .= "";
- $sTitle = "Link: " . $sDocumentName . " from " . $oSendingUserName->getName();
+ $sTitle = "Link: " . $sDocumentName . " from " . $oSendingUser->getName();
//email the hyperlink
$oEmail = new Email();
if ($oEmail->send($sDestEmailAddress, $sTitle, $sMessage)) {