diff options
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/App/AppStore/Bundles/GroupwareBundle.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/App/AppStore/Bundles/GroupwareBundle.php b/lib/private/App/AppStore/Bundles/GroupwareBundle.php index f6c7d336038..7e7414f69c7 100644 --- a/lib/private/App/AppStore/Bundles/GroupwareBundle.php +++ b/lib/private/App/AppStore/Bundles/GroupwareBundle.php @@ -37,6 +37,7 @@ class GroupwareBundle extends Bundle { return [ 'calendar', 'contacts', + 'spreed', ]; } |