Commit 2c5faff012224db78d535a1770f30803eb0d5ed5
1 parent
11598d3f
add missing parameter for call to renderHeading
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2016 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | |
| 21 | 21 | function getPage($sParentDocumentName, $sChildDocumentName, $iParentDocumentID) { |
| 22 | 22 | global $default; |
| 23 | - $sToRender = renderHeading(); | |
| 23 | + $sToRender = renderHeading("Unlink document"); | |
| 24 | 24 | $sToRender .= "<table>\n"; |
| 25 | 25 | $sToRender .= "<tr>\n"; |
| 26 | 26 | $sToRender .= "<td>You have chosen to delete the link between the document '$sParentDocumentName' and the document '$sChildDocumentName'</td>\n"; | ... | ... |