[Pkg-owncloud-commits] [owncloud] 104/172: Change parameter type for useBackend

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:45 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 3bed3d2a23748f40c041d9daf9af26a2e16fe03b
Author: Robin McCorkell <rmccorkell at karoshi.org.uk>
Date:   Sun May 11 22:32:26 2014 +0100

    Change parameter type for useBackend
---
 lib/private/user.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/user.php b/lib/private/user.php
index 2ba681c..90aac88 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -98,7 +98,7 @@ class OC_User {
 
 	/**
 	 * @brief Adds the backend to the list of used backends
-	 * @param string|OC_User_Backend $backend default: database The backend to use for user management
+	 * @param string|OC_User_Interface $backend default: database The backend to use for user management
 	 * @return bool
 	 *
 	 * Set the User Authentication Module

-- 
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