Clean PHP.

This commit is contained in:
Lars Jung 2016-08-12 14:35:34 +02:00
parent 85ddff9c2d
commit 1e12faa756

View file

@ -85,6 +85,5 @@ class Util {
$withFoldersize = $context->query_option('foldersize.enabled', false);
$withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du';
return Filesize::getCachedSize($path, $withFoldersize, $withDu);
}
}