Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > 189b396184706bf736278072e98c440f > files > 3

nextcloud-14.0.4-4.mga6.src.rpm

--- nextcloud/lib/private/IntegrityCheck/Checker.php.orig	2018-12-12 15:40:41.155986420 +0100
+++ nextcloud/lib/private/IntegrityCheck/Checker.php	2018-12-12 15:41:11.160987250 +0100
@@ -111,7 +111,7 @@
 		 */
 		$isIntegrityCheckDisabled = false;
 		if ($this->config !== null) {
-			$isIntegrityCheckDisabled = $this->config->getSystemValue('integrity.check.disabled', false);
+			$isIntegrityCheckDisabled = $this->config->getSystemValue('integrity.check.disabled', true);
 		}
 		if ($isIntegrityCheckDisabled === true) {
 			return false;