1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 14:56:35 +02:00

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);
}
}