diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-03-24 09:18:42 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-03-24 09:18:42 +0100 |
commit | 63900d0574e30a10ef1943f672d6884ccb3fceab (patch) | |
tree | 59a97e0bac78fdacbf2eef24ebef2da229490de6 /lib/private | |
parent | 0b4c39d656e06e8be68c9f92b39bafcc0d1b2310 (diff) | |
download | nextcloud-server-63900d0574e30a10ef1943f672d6884ccb3fceab.tar.gz nextcloud-server-63900d0574e30a10ef1943f672d6884ccb3fceab.zip |
Remove admin_notifications since it is obsolete since Nextcloud 14
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/App/AppStore/Bundles/EducationBundle.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php index d848befc562..2d1968772d4 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', |