summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-08 09:05:07 +0100
committerGitHub <noreply@github.com>2019-03-08 09:05:07 +0100
commit70aa85997d53a5a44e8e91edcb6265e085963fa1 (patch)
tree1fc60a6a1e3f2f447c0e3e2a1aa6e103631fd0ce
parent3f8235da62688fd553605ed86c332a3fff6ef183 (diff)
parentf7ea96f56a7eea227066a91090fd2defd8cd8106 (diff)
downloadnextcloud-server-70aa85997d53a5a44e8e91edcb6265e085963fa1.tar.gz
nextcloud-server-70aa85997d53a5a44e8e91edcb6265e085963fa1.zip
Merge pull request #14587 from nextcloud/remove-googleplus-social-sharing-bundle
Remove Google+ from Social Sharing Bundle
-rw-r--r--lib/private/App/AppStore/Bundles/SocialSharingBundle.php1
-rw-r--r--tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php1
2 files changed, 0 insertions, 2 deletions
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',
diff --git a/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php b/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
index 02ea0eb6ae5..3d8bccf1935 100644
--- a/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
@@ -31,7 +31,6 @@ class SocialSharingBundleTest extends BundleBase {
$this->bundleName = 'Social sharing bundle';
$this->bundleAppIds = [
'socialsharing_twitter',
- 'socialsharing_googleplus',
'socialsharing_facebook',
'socialsharing_email',
'socialsharing_diaspora',