diff options
-rw-r--r-- | includes/filetransfer/filetransfer.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/includes/filetransfer/filetransfer.inc b/includes/filetransfer/filetransfer.inc index f0cf9d56a..921b9fa53 100644 --- a/includes/filetransfer/filetransfer.inc +++ b/includes/filetransfer/filetransfer.inc @@ -263,10 +263,13 @@ abstract class FileTransfer { abstract public function isFile($path); /** - * Gets the chroot property for this connection. It does this by moving up - * the tree until it finds itself. If successful, it will return a chroot. + * Return the chroot property for this connection. * - * @return string chroot + * It does this by moving up the tree until it finds itself. If successful, + * it will return the chroot, otherwise FALSE. + * + * @return + * The chroot path for this connection or FALSE. */ function findChroot() { // If the file exists as is, there is no chroot. |