summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/AppInfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-04 12:14:10 +0100
committerJoas Schilling <coding@schilljs.com>2016-12-04 12:16:49 +0100
commit8baf986d3bf6efb4d81fb18eac07592932467b8e (patch)
treed4706090bdd90bb4f08d2274748f0b091e172b46 /apps/files/lib/AppInfo
parent3bea7ac6acd31f1de71d800b739fbc654ba92b63 (diff)
downloadnextcloud-server-8baf986d3bf6efb4d81fb18eac07592932467b8e.tar.gz
nextcloud-server-8baf986d3bf6efb4d81fb18eac07592932467b8e.zip
Add an activity when managing favorites
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/lib/AppInfo')
-rw-r--r--apps/files/lib/AppInfo/Application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php
index fc91e05ba7e..4e5ec03eecf 100644
--- a/apps/files/lib/AppInfo/Application.php
+++ b/apps/files/lib/AppInfo/Application.php
@@ -84,6 +84,7 @@ class Application extends App {
$homeFolder = $c->query('ServerContainer')->getUserFolder();
return new TagService(
$c->query('ServerContainer')->getUserSession(),
+ $c->query('ServerContainer')->getActivityManager(),
$c->query('Tagger'),
$homeFolder
);