Bug 28763: (bug 17600 follow-up) Import XSLTParse4display in opac-tags.pl
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
801e086f7b
commit
d4ee40aa9e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ use C4::Tags qw(
|
||||||
remove_tag
|
remove_tag
|
||||||
stratify_tags
|
stratify_tags
|
||||||
);
|
);
|
||||||
use C4::XSLT;
|
use C4::XSLT qw( XSLTParse4Display );
|
||||||
|
|
||||||
|
|
||||||
use Koha::Logger;
|
use Koha::Logger;
|
||||||
|
|
Loading…
Reference in a new issue