diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php index 1bff20d..c72eb7c 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php @@ -39,7 +39,7 @@ if (checkSession()) { } else { $sMessage = "Your colleauge, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it"; } - $sHyperlink = "owl_root_url/control.php?action=viewDocument&fDocumentID=" . $fDocumentID\ . "\" />"; + $sHyperlink = "owl_root_url/control.php?action=viewDocument&fDocumentID=" . $fDocumentID\ . "\" />"; //email the hyperlink Email::sendHyperlink($default->owl_email_from, "MRC DMS", $fToEmail, "Document link", $sMessage, $sHyperlink); //go back to the document view page