[Pkg-owncloud-commits] [owncloud] 03/239: Fix a regression (Tags→TagManager)

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit bcd776b0c0480291c793c89ba36477163c9e4249
Author: kondou <kondou at ts.unde.re>
Date:   Thu Nov 7 12:51:03 2013 +0100

    Fix a regression (Tags→TagManager)
---
 lib/private/server.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/server.php b/lib/private/server.php
index ec0703c..7711269 100644
--- a/lib/private/server.php
+++ b/lib/private/server.php
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list