Commit 25347f55909781f370bef24919e8587387082c4a
1 parent
0c44f73b
*** empty log message ***
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1898 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkBL.php
| ... | ... | @@ -41,7 +41,7 @@ if (checkSession()) { |
| 41 | 41 | $oPatternCustom->setHtml(getPage($oParentDocument->getName(), $oChildDocument->getName(), $fParentDocumentID)); |
| 42 | 42 | $main->setCentralPayload($oPatternCustom); |
| 43 | 43 | $main->setFormAction($_SERVER["PHP_SELF"] . "?fDocumentLinkID=$fDocumentLinkID&fParentDocumentID=$fParentDocumentID&fChildDocumentID=$fChildDocumentID&fForDelete=1"); |
| 44 | - $mail->setErrorMessage("An error occured whilst attempting to delete the link between the two documents"); | |
| 44 | + $main->setErrorMessage("An error occured whilst attempting to delete the link between the two documents"); | |
| 45 | 45 | $main->render(); |
| 46 | 46 | } |
| 47 | 47 | } else { | ... | ... |