File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ public function __construct(
4646 * @return array
4747 */
4848 public function getCapabilities () {
49- $ groupFolderOrS3VersioningInstalled = $ this ->appManager ->isInstalled ('groupfolders ' ) || $ this -> appManager -> isInstalled ( ' files_versions_s3 ' );
49+ $ groupFolderInstalled = $ this ->appManager ->isInstalled ('groupfolders ' );
5050
5151 return [
5252 'files ' => [
5353 'versioning ' => true ,
54- 'version_labeling ' => !$ groupFolderOrS3VersioningInstalled && $ this ->config ->getSystemValueBool ('enable_version_labeling ' , true ),
55- 'version_deletion ' => !$ groupFolderOrS3VersioningInstalled && $ this ->config ->getSystemValueBool ('enable_version_deletion ' , true ),
54+ 'version_labeling ' => !$ groupFolderInstalled && $ this ->config ->getSystemValueBool ('enable_version_labeling ' , true ),
55+ 'version_deletion ' => !$ groupFolderInstalled && $ this ->config ->getSystemValueBool ('enable_version_deletion ' , true ),
5656 ]
5757 ];
5858 }
You can’t perform that action at this time.
0 commit comments