From c1099920598083c7370a27dded1efb469f3e5aaf Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 13 Mar 2003 12:30:46 +0000 Subject: [PATCH] corrected web publishing check --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- libgit2 0.21.4