Commit 1898bdd5c5bfd3631982df731139932aa02bd4d4

Authored by Neil Blakey-Milner
1 parent fe01acbf

Enable the "copy" document action.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5222 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktcore/KTDocumentActions.php
@@ -637,10 +637,8 @@ class KTDocumentCopyAction extends KTDocumentAction { @@ -637,10 +637,8 @@ class KTDocumentCopyAction extends KTDocumentAction {
637 if ($this->oDocument->getIsCheckedOut()) { 637 if ($this->oDocument->getIsCheckedOut()) {
638 return null; 638 return null;
639 } 639 }
640 - // new code: hide until 3.0.1 and appropriate testing.  
641 - return null;  
642 640
643 - //return parent::getInfo(); 641 + return parent::getInfo();
644 } 642 }
645 643
646 function check() { 644 function check() {