mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 03:05:11 +00:00
CS adjustment
This commit is contained in:
parent
2a6f8082b0
commit
dff24146af
@ -2841,7 +2841,7 @@ class SFTP extends SSH2
|
||||
if ($name == '.' || $name == '..') {
|
||||
continue;
|
||||
}
|
||||
$size+= is_array($file) ?
|
||||
$size += is_array($file) ?
|
||||
self::recursiveFilesize($file) :
|
||||
$file->size;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user