Fix a regression (Tags→TagManager)

This commit is contained in:
kondou 2013-11-07 12:51:03 +01:00
parent 4ac05e071a
commit bcd776b0c0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,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