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