Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/ajax
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-03-31 15:27:01 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-04 13:34:18 +0300
commit1f7e02e4d4fa918d933b904abf12fca6fda2c526 (patch)
treef249b787f90207d0bc5bb37082954e6c03a136f5 /core/ajax
parent15339efd60ebcb4b140fc0e27f66ed9541f9d77f (diff)
Add detailed logs hidden and show them on request
Diffstat (limited to 'core/ajax')
-rw-r--r--core/ajax/update.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/ajax/update.php b/core/ajax/update.php
index bb4738c83a6..8ed0fad57e9 100644
--- a/core/ajax/update.php
+++ b/core/ajax/update.php
@@ -141,9 +141,6 @@ if (OC::checkUpgrade(false)) {
$disabledApps[$app] = (string) $l->t('%s (incompatible)', [$app]);
}
- $disabledApps=[
- 'Contacts Plus (incompatible)'
- ];
if (!empty($disabledApps)) {
$eventSource->send('notice',
(string)$l->t('Following apps have been disabled: %s', implode(', ', $disabledApps)));