fix fra-usage

This commit is contained in:
Stéphane Duret 2019-09-30 13:44:04 +02:00 committed by Colin Gagnaire
parent 0b51471cd9
commit 4eae13cfc3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ sub manage_selection {
}
$self->{file}->{$row->[0]} = { display => $row->[0] };
if ($self->{sql}->is_version_minimum(version => '11')) {
if ($options{sql}->is_version_minimum(version => '11')) {
$self->{file}->{$row->[0]}->{percent_space_usage} = $row->[1];
$self->{file}->{$row->[0]}->{percent_space_reclaimable} = $row->[2];
} else {