Clean PHP.
This commit is contained in:
parent
85ddff9c2d
commit
1e12faa756
1 changed files with 0 additions and 1 deletions
|
@ -85,6 +85,5 @@ class Util {
|
||||||
$withFoldersize = $context->query_option('foldersize.enabled', false);
|
$withFoldersize = $context->query_option('foldersize.enabled', false);
|
||||||
$withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du';
|
$withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du';
|
||||||
return Filesize::getCachedSize($path, $withFoldersize, $withDu);
|
return Filesize::getCachedSize($path, $withFoldersize, $withDu);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue