mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 17:52:59 +01:00
SFTP: CS adjustment
This commit is contained in:
parent
dff24146af
commit
4f113bc96c
@ -2859,7 +2859,7 @@ class SFTP extends SSH2
|
||||
{
|
||||
return !$recursive || $this->filetype($path) != 'dir' ?
|
||||
$this->get_stat_cache_prop($path, 'size') :
|
||||
$this->recursiveFilesize($this->rawlist($path, true));
|
||||
self::recursiveFilesize($this->rawlist($path, true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user