mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +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' ?
|
return !$recursive || $this->filetype($path) != 'dir' ?
|
||||||
$this->get_stat_cache_prop($path, 'size') :
|
$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