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