diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-10 16:03:51 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-16 09:25:46 +0100 |
commit | 1dc23f2fd62ca8beb5d12c5dfb04b54ee4ffcf76 (patch) | |
tree | e7db0c9d521270091f84a9847a2ae9d575682fc1 /apps/files/appinfo | |
parent | cf8b91be528f49774e30dab9dfad8640884a902a (diff) | |
download | nextcloud-server-1dc23f2fd62ca8beb5d12c5dfb04b54ee4ffcf76.tar.gz nextcloud-server-1dc23f2fd62ca8beb5d12c5dfb04b54ee4ffcf76.zip |
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.php | 10 |
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() - ); -}); |