summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-03-21 11:55:55 -0100
committerGitHub <noreply@github.com>2023-03-21 11:55:55 -0100
commita5dd2c0eee3f5c480d732de493e3e5d5629d1ae3 (patch)
treef2baa835640cccdd59f40b33960ecea727e3b754 /lib
parent4a796e22d3666229d3df1fb0b099231a0ea22558 (diff)
parente6900d6000c9fd7ec974a7a66ff41923e98789b8 (diff)
Merge pull request #1693 from nextcloud/release/0.6.0-beta5v0.6.0-beta5
0.6.0-beta5
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 7ef42a73..b7fac6c7 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -60,7 +60,7 @@ class Application extends App implements IBootstrap {
$context->registerSearchProvider(UnifiedSearchProvider::class);
$context->registerWellKnownHandler(WebfingerHandler::class);
$context->registerEventListener(BeforeTemplateRenderedEvent::class, ProfileSectionListener::class);
- $context->registerDashboardWidget(SocialWidget::class);
+// $context->registerDashboardWidget(SocialWidget::class);
}
public function boot(IBootContext $context): void {