diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 07124b3..36c661a 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -189,7 +189,7 @@ function getEditPage($oDocument) { $sToRender .= "\t\t\n"; } - if (Document::documentIsPendingWebPublishing($iDocumentID)) { + if (!Document::documentIsPendingWebPublishing($iDocumentID)) { // only display for unpublished documents // if there is collaboration if ($oDocument->hasCollaboration()) {