Skip to content

Commit 6cfb5ca

Browse files
committed
stupid bug fix
1 parent cdf3332 commit 6cfb5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dir_listing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<td><span class="glyphicon glyphicon-folder-open"></span></td>
123123
<td><a href="'.rawurlencode($val).'">'.htmlentities($val).'</td>';
124124

125-
if($use_du_command === true && $show_folder_size === true)
125+
if($use_du_command === true && $show_folders_size === true)
126126
echo'
127127
<td class="text-right">'. format_bytes(get_file_size($full_path.$val)) .'</td>';
128128
else

0 commit comments

Comments
 (0)