diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-04-25 14:20:32 +0300 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-04-25 14:20:32 +0300 |
commit | 2d4af5dfca4acccb7e47c1cfe679086b570f089a (patch) | |
tree | b5c56c28fac736bc5d0709cde677d645977fa425 /lib | |
parent | 239777284765fc18c049a3b4d622acc983afb097 (diff) | |
download | nextcloud-server-2d4af5dfca4acccb7e47c1cfe679086b570f089a.tar.gz nextcloud-server-2d4af5dfca4acccb7e47c1cfe679086b570f089a.zip |
Correct function description
$password is not supported
Diffstat (limited to 'lib')
-rw-r--r-- | lib/files/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index c0e9d215fb5..6cba4a4b8a4 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -287,7 +287,7 @@ class Filesystem { } /** - * fill in the correct values for $user, and $password placeholders + * fill in the correct values for $user * * @param string $input * @param string $input |