From 1f7e02e4d4fa918d933b904abf12fca6fda2c526 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 31 Mar 2016 14:27:01 +0200 Subject: Add detailed logs hidden and show them on request --- core/ajax/update.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/ajax/update.php') 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))); -- cgit v1.2.3