From f7ea96f56a7eea227066a91090fd2defd8cd8106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 7 Mar 2019 14:57:56 +0100 Subject: [PATCH] Remove Google+ from Social Sharing Bundle (2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- lib/private/App/AppStore/Bundles/SocialSharingBundle.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private/App/AppStore/Bundles/SocialSharingBundle.php b/lib/private/App/AppStore/Bundles/SocialSharingBundle.php index c882a8df557..59ea3e08cf2 100644 --- a/lib/private/App/AppStore/Bundles/SocialSharingBundle.php +++ b/lib/private/App/AppStore/Bundles/SocialSharingBundle.php @@ -38,7 +38,6 @@ class SocialSharingBundle extends Bundle { public function getAppIdentifiers() { return [ 'socialsharing_twitter', - 'socialsharing_googleplus', 'socialsharing_facebook', 'socialsharing_email', 'socialsharing_diaspora',