summaryrefslogtreecommitdiffstats
path: root/owncloud-9.1.0-default_integrity_check_disabled.patch
blob: 03834daa0aa2e8eb3c6696e6aa98ac5d11415bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/private/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php
index d4038f8..7901a2c 100644
--- a/lib/private/IntegrityCheck/Checker.php
+++ b/lib/private/IntegrityCheck/Checker.php
@@ -109,7 +109,7 @@ class Checker {
 		 * too prominent. So please do not add it to config.sample.php.
 		 */
 		if ($this->config !== null) {
-			$isIntegrityCheckDisabled = $this->config->getSystemValue('integrity.check.disabled', false);
+			$isIntegrityCheckDisabled = $this->config->getSystemValue('integrity.check.disabled', true);
 		} else {
 			$isIntegrityCheckDisabled = false;
 		}