Skip to content

Commit

Permalink
Fix template paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp committed Jan 8, 2018
1 parent 469bda4 commit 6b8886c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Com/ByWaterSolutions/CoverFlow/coverflow.pl
Expand Up @@ -2,8 +2,8 @@

use Modern::Perl;

use FindBin; # locate this script
use lib "$FindBin::Bin/../../../../../"; # use the parent directory
use C4::Context;
use lib C4::Context->config("pluginsdir");

use Koha::Plugin::Com::ByWaterSolutions::CoverFlow;

Expand Down

0 comments on commit 6b8886c

Please sign in to comment.