Commit ce714b21b19d3b8e63dab6a9e3e20956a2de9ecd

Authored by Paul Barrett
1 parent 9bb733bd

Remove duplicated public declaration from cmis atom servce include

Committed by: Paul Barrett
webservice/classes/atompub/cmis/KT_cmis_atom_service.inc.php
... ... @@ -14,7 +14,7 @@ class KT_cmis_atom_service extends KT_atom_service {
14 14 $this->contentDownload = $contentDownload;
15 15 }
16 16  
17   - public public function isContentDownload()
  17 + public function isContentDownload()
18 18 {
19 19 return $this->contentDownload;
20 20 }
... ...