Bug 16174: icondirectories.t broken due to bug 15527
[koha.git] / xt / author / icondirectories.t
index e5b0039..37f3309 100644 (file)
@@ -42,7 +42,7 @@ my $staff_dir = 'koha-tmpl/intranet-tmpl';
 
 # Find OPAC themes
 opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!";
-my @opac_themes = grep { not /^\.|lib|js/ } readdir($dh);
+my @opac_themes = grep { not /^\.|lib|js|xslt/ } readdir($dh);
 close $dh;
 
 # Find STAFF themes