Commit ce714b21b19d3b8e63dab6a9e3e20956a2de9ecd
1 parent
9bb733bd
Remove duplicated public declaration from cmis atom servce include
Committed by: Paul Barrett
Showing
1 changed file
with
1 additions
and
1 deletions
webservice/classes/atompub/cmis/KT_cmis_atom_service.inc.php
| @@ -14,7 +14,7 @@ class KT_cmis_atom_service extends KT_atom_service { | @@ -14,7 +14,7 @@ class KT_cmis_atom_service extends KT_atom_service { | ||
| 14 | $this->contentDownload = $contentDownload; | 14 | $this->contentDownload = $contentDownload; |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | - public public function isContentDownload() | 17 | + public function isContentDownload() |
| 18 | { | 18 | { |
| 19 | return $this->contentDownload; | 19 | return $this->contentDownload; |
| 20 | } | 20 | } |