[Pkg-owncloud-commits] [owncloud] 13/394: fix function documentation
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:11:15 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit db6fc916cf0ae9986a8d9c4a2f1cb464cd7eebd7
Author: Björn Schießle <schiessle at owncloud.com>
Date: Sat Oct 27 15:23:35 2012 +0200
fix function documentation
---
lib/user.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/user.php b/lib/user.php
index 73b23b1..63b10b5 100644
--- a/lib/user.php
+++ b/lib/user.php
@@ -367,8 +367,7 @@ class OC_User {
* @param $password The password
* @returns string
*
- * Check if the password is correct without logging in the user
- * returns the user id or false
+ * returns the path to the users home directory
*/
public static function getHome($uid) {
foreach(self::$_usedBackends as $backend) {
--
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