Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-10 18:03:51 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-16 11:25:46 +0300
commit1dc23f2fd62ca8beb5d12c5dfb04b54ee4ffcf76 (patch)
treee7db0c9d521270091f84a9847a2ae9d575682fc1 /apps/files/appinfo
parentcf8b91be528f49774e30dab9dfad8640884a902a (diff)
Remove the old activity extension
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/app.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php
index a541dad3cc7..a194bb5e795 100644
--- a/apps/files/appinfo/app.php
+++ b/apps/files/appinfo/app.php
@@ -67,13 +67,3 @@ $templateManager->registerTemplate('application/vnd.oasis.opendocument.spreadshe
'name' => $l->t('Recent'),
];
});
-
-\OC::$server->getActivityManager()->registerExtension(function() {
- return new \OCA\Files\Activity(
- \OC::$server->query('L10NFactory'),
- \OC::$server->getURLGenerator(),
- \OC::$server->getActivityManager(),
- \OC::$server->getDatabaseConnection(),
- \OC::$server->getConfig()
- );
-});