From 2c5faff012224db78d535a1770f30803eb0d5ed5 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 2 Jun 2003 09:55:29 +0000 Subject: [PATCH] add missing parameter for call to renderHeading --- presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc index 5a9ef96..582916e 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc @@ -20,7 +20,7 @@ function getPage($sParentDocumentName, $sChildDocumentName, $iParentDocumentID) { global $default; - $sToRender = renderHeading(); + $sToRender = renderHeading("Unlink document"); $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; -- libgit2 0.21.4
You have chosen to delete the link between the document '$sParentDocumentName' and the document '$sChildDocumentName'