Skip to content

Commit 37c16e1

Browse files
committed
fix typo
Signed-off-by: Simon L. <[email protected]>
1 parent 5be3569 commit 37c16e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/src/Data/ConfigurationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ public function GetNextcloudAdditionalPhpExtensions() : string {
757757

758758
public function GetCollaboraSeccompPolicy() : string {
759759
$defaultString = '--o:security.seccomp=';
760-
if ($this->isSeccompDisabled()) {
760+
if (!$this->isSeccompDisabled()) {
761761
return $defaultString . 'true';
762762
}
763763
return $defaultString . 'false';

0 commit comments

Comments
 (0)