summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-23 17:09:00 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-06-23 18:22:36 +0200
commit4f2f8a6f288a523ec5f6deadd0bdfa04ec72cb9c (patch)
tree7dd5c8f437425b97d7791e8f19d292a0380fb69e /lib
parentcce841c665a64aa161b023af59ac2136aaf424bf (diff)
downloadnextcloud-server-4f2f8a6f288a523ec5f6deadd0bdfa04ec72cb9c.tar.gz
nextcloud-server-4f2f8a6f288a523ec5f6deadd0bdfa04ec72cb9c.zip
[sharing] handle shares of users that aren't available anymore
* properly handle the case where an abandoned share is left and simply skip it
Diffstat (limited to 'lib')
-rw-r--r--lib/private/files/filesystem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php
index 212deb24b7a..39c586c7ad3 100644
--- a/lib/private/files/filesystem.php
+++ b/lib/private/files/filesystem.php
@@ -365,6 +365,7 @@ class Filesystem {
* Initialize system and personal mount points for a user
*
* @param string $user
+ * @throws \OC\User\NoUserException if the user is not available
*/
public static function initMountPoints($user = '') {
if ($user == '') {