Skip to content

Commit

Permalink
Fix a boo boo
Browse files Browse the repository at this point in the history
Bad period typo
  • Loading branch information
kidclamp committed Jun 12, 2020
1 parent d572717 commit 2d60a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/ByWaterSolutions/CoverFlow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ sub upgrade {
C4::Context->set_preference( 'opacusercss', $opacusercss ) if $opacusercss ne $orig_oucss;

my $mapping = $self->retrieve_data('mapping');
my $custom_image = $self->retrieve_data('custom_image');.
my $custom_image = $self->retrieve_data('custom_image');
eval { $mapping = YAML::Load($mapping); };
$self->update_coverflow_js( $mapping, $custom_image );

Expand Down

0 comments on commit 2d60a65

Please sign in to comment.