SFTP: CS adjustment

This commit is contained in:
terrafrost 2023-06-04 16:39:44 -05:00
parent dff24146af
commit 4f113bc96c
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
/**