Commit 5522caa4e8742ba29b33555dc0f41115feeedaca

Authored by nbm
1 parent 148a0ec4

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() {