summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-13 18:24:26 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-13 18:24:26 +0100
commit198d23406873aeda6fed68a80220abc08be5d8e0 (patch)
treec7e56e5ec46e7d685a357220059976896c00e753 /lib
parent0b4895bc7c497783cba0b69d280a6114cdf47d6f (diff)
parent4b90429178f8a72e330356ffb743b02c1c1904a1 (diff)
downloadnextcloud-server-198d23406873aeda6fed68a80220abc08be5d8e0.tar.gz
nextcloud-server-198d23406873aeda6fed68a80220abc08be5d8e0.zip
Merge pull request #22345 from owncloud/make-note-if-appcodechecker-is-not-enabled
Add note if integrity check is disabled
Diffstat (limited to 'lib')
-rw-r--r--lib/private/integritycheck/checker.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/integritycheck/checker.php b/lib/private/integritycheck/checker.php
index e6f9f9a1457..8ede6216b76 100644
--- a/lib/private/integritycheck/checker.php
+++ b/lib/private/integritycheck/checker.php
@@ -87,8 +87,6 @@ class Checker {
* @return bool
*/
public function isCodeCheckEnforced() {
- // FIXME: Once the signing server is instructed to sign daily, beta and
- // RCs as well these need to be included also.
$signedChannels = [
'daily',
'testing',