Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Nov 3, 2023
1 parent f34e71c commit ffbb8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prima/Image/Animate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sub load
);
return (undef, $error) unless $l;

my $model = $class->detect_animation($l->{extras});
my $model = $class->detect_animation($l->{extras}, 1);
return (undef, "not a recognized image or animation") unless $model;

$model = 'Prima::Image::Animate::' . $model;
Expand Down

0 comments on commit ffbb8db

Please sign in to comment.