Skip to content

Commit

Permalink
Clean PHP.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Aug 12, 2016
1 parent 85ddff9 commit 1e12faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_h5ai/private/php/core/class-util.php
Expand Up @@ -85,6 +85,5 @@ public static function filesize($context, $path) {
$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);

}
}

0 comments on commit 1e12faa

Please sign in to comment.