5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-22 13:34:16 +03:00

add content type attribute

This commit is contained in:
Dietmar Maurer 2011-10-31 11:45:16 +01:00
parent 686e1d032b
commit 87191fbe8f

View File

@ -79,6 +79,7 @@ __PACKAGE__->register_method ({
next if !$data || !$data->{$storeid};
foreach my $item (@{$data->{$storeid}}) {
$item->{content} = $ct;
push @$res, $item;
}
}