diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-08-27 14:07:09 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-08-27 14:07:28 +0200 |
commit | 0f379fd28afe3d922f3d856f097366c0a3d52a8d (patch) | |
tree | ed543584e4644d221d9906219b02cf9d4377c4ec | |
parent | 3970d0e63671c11b3efe87caec9bca51c7a0908d (diff) | |
download | nextcloud-server-0f379fd28afe3d922f3d856f097366c0a3d52a8d.tar.gz nextcloud-server-0f379fd28afe3d922f3d856f097366c0a3d52a8d.zip |
OC_User: getHome is an optional method, taking it out of the Interface
-rw-r--r-- | lib/user/interface.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/user/interface.php b/lib/user/interface.php index 5e5efe0010a..a4903898fb1 100644 --- a/lib/user/interface.php +++ b/lib/user/interface.php @@ -57,11 +57,4 @@ interface OC_User_Interface { */ public function userExists($uid); - /** - * @brief get the user's home directory - * @param string $uid the username - * @return boolean - */ - public function getHome($uid); - }
\ No newline at end of file |