@@ -32,8 +32,7 @@ |
||
32 | 32 | if($file->isFile()) |
33 | 33 | { |
34 | 34 | $size += filesize($file->getRealPath()); |
35 | - } |
|
36 | - else if($includeDirAllocSize) |
|
35 | + } else if($includeDirAllocSize) |
|
37 | 36 | { |
38 | 37 | $size += $file->getSize(); |
39 | 38 | } |