summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-03-24 20:16:06 +0100
committerGitHub <noreply@github.com>2020-03-24 20:16:06 +0100
commit22a0a33cd08e03649847ea49835ed29e3acbd770 (patch)
tree4be71b0ebdef0b183994bd1111b033363021b22b
parent2197bbd1357bee4af23217fe03c4cba3fabb30ce (diff)
parentf10b650381d662b0a4d1680e320d92eb8abbc6c9 (diff)
downloadnextcloud-server-22a0a33cd08e03649847ea49835ed29e3acbd770.tar.gz
nextcloud-server-22a0a33cd08e03649847ea49835ed29e3acbd770.zip
Merge pull request #20141 from nextcloud/backport/20128/stable17
[stable17] Remove admin_notifications since it is obsolete since Nextcloud 14
-rw-r--r--lib/private/App/AppStore/Bundles/EducationBundle.php1
-rw-r--r--tests/lib/App/AppStore/Bundles/EducationBundleTest.php1
2 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 0d82de90966..2529d99cfb5 100644
--- a/lib/private/App/AppStore/Bundles/EducationBundle.php
+++ b/lib/private/App/AppStore/Bundles/EducationBundle.php
@@ -42,7 +42,6 @@ class EducationBundle extends Bundle {
'circles',
'groupfolders',
'announcementcenter',
- 'admin_notifications',
'quota_warning',
'orcid',
'user_saml',
diff --git a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php
index 589f35db215..428a4e4b003 100644
--- a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php
@@ -35,7 +35,6 @@ class EducationBundleTest extends BundleBase {
'circles',
'groupfolders',
'announcementcenter',
- 'admin_notifications',
'quota_warning',
'orcid',
'user_saml',