diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/App/ListApps.php | 2 | ||||
-rw-r--r-- | core/shipped.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index 5ee575f60d9..6c3d4bb743d 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -66,7 +66,7 @@ class ListApps extends Base { } else { $shippedFilter = null; } - + $apps = \OC_App::getAllApps(); $enabledApps = $disabledApps = []; $versions = \OC_App::getAppVersions(); diff --git a/core/shipped.json b/core/shipped.json index da408d5a347..b700b3fab37 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -5,6 +5,7 @@ "admin_audit", "cloud_federation_api", "comments", + "contactsinteraction", "dav", "encryption", "federatedfilesharing", |