aboutsummaryrefslogtreecommitdiffstats
path: root/core/ajax/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/ajax/update.php')
-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)));