diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-03-31 14:27:01 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-04 12:34:18 +0200 |
commit | 1f7e02e4d4fa918d933b904abf12fca6fda2c526 (patch) | |
tree | f249b787f90207d0bc5bb37082954e6c03a136f5 /core/ajax | |
parent | 15339efd60ebcb4b140fc0e27f66ed9541f9d77f (diff) | |
download | nextcloud-server-1f7e02e4d4fa918d933b904abf12fca6fda2c526.tar.gz nextcloud-server-1f7e02e4d4fa918d933b904abf12fca6fda2c526.zip |
Add detailed logs hidden and show them on request
Diffstat (limited to 'core/ajax')
-rw-r--r-- | core/ajax/update.php | 3 |
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))); |