Commit c1099920598083c7370a27dded1efb469f3e5aaf
1 parent
a3a523b6
corrected web publishing check
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1540 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
| ... | ... | @@ -189,7 +189,7 @@ function getEditPage($oDocument) { |
| 189 | 189 | $sToRender .= "\t\t</tr></table></td>\n"; |
| 190 | 190 | } |
| 191 | 191 | |
| 192 | - if (Document::documentIsPendingWebPublishing($iDocumentID)) { | |
| 192 | + if (!Document::documentIsPendingWebPublishing($iDocumentID)) { | |
| 193 | 193 | // only display for unpublished documents |
| 194 | 194 | // if there is collaboration |
| 195 | 195 | if ($oDocument->hasCollaboration()) { | ... | ... |