
david at kineticode
Apr 9, 2009, 10:00 AM
Post #5 of 5
(1447 views)
Permalink
|
|
Re: [8565] Fixed bug 1461 , Find Media was giving an error when thumbnails
[In reply to]
|
|
On Apr 9, 2009, at 9:56 AM, Scott Lanning wrote: > I guess the `lc` I put there is useless, then, hmm.. > > I think it's the part in Media/Image.pm _modify_image > where it does > > if (my $mime = $self->get_media_type) { > (my $mt = $mime->get_name) =~ s{.*/}{}; > $format = $Imager::FORMATGUESS->(lc ".$mt") || > $Imager::FORMATGUESS->(lc $path); > > $mime->get_name is returning 'none'. > So it's in $get_em in lib/Bric/Util/MediaType.pm > that mapping stuff I guess. > > But, it's nice out and 19:00 on the evening before a 4-day weekend, > so bleh. At least file a bug report for this stuff, if you haven't already, would you? Thanks, David
|