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/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-05-01 14:34:39 +0300
committerGitHub <noreply@github.com>2020-05-01 14:34:39 +0300
commit91487d87395819a6fa052440bd582ae54abd41a0 (patch)
treeed14d75068512182688393085e6ceefc2f11ea27 /lib
parent80372a3ce114520164b3458be937657b71cf7fa1 (diff)
parenta41ad78408eeda4cc4d3adfb015bec3c8e45a57a (diff)
Merge pull request #20759 from nextcloud/up/education-bundle
Update education bundle
Diffstat (limited to 'lib')
-rw-r--r--lib/private/App/AppStore/Bundles/EducationBundle.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php
index 01296cd0536..05d6fbbd9d7 100644
--- a/lib/private/App/AppStore/Bundles/EducationBundle.php
+++ b/lib/private/App/AppStore/Bundles/EducationBundle.php
@@ -37,13 +37,11 @@ class EducationBundle extends Bundle {
*/
public function getAppIdentifiers() {
return [
- 'zenodo',
'dashboard',
'circles',
'groupfolders',
'announcementcenter',
'quota_warning',
- 'orcid',
'user_saml',
];
}