Skip to content
Snippets Groups Projects
Commit adff34cb authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing error in initialization of TagManager

parent 687ba053
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class Server extends SimpleContainer implements IServerContainer {
});
$this->registerService('TagManager', function($c) {
$user = \OC_User::getUser();
return new Tags($user);
return new TagManager($user);
});
$this->registerService('RootFolder', function($c) {
// TODO: get user and user manager from container as well
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment