X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FKoha.pm;h=2bdcc284b8f40e2efc6ff263f47c60e6628d76d9;hb=2c470899b3f0191b9597d713e895b9240fe1d137;hp=4f7b50f7a3c43880effacb82c1a9cfa8706fa313;hpb=1144c92ffc040438df1229f216453b1987c031f0;p=koha_gimpoz diff --git a/C4/Koha.pm b/C4/Koha.pm index 4f7b50f7a3..2bdcc284b8 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -570,8 +570,9 @@ sub getImageSets { my @imagesets = (); # list of hasrefs of image set data to pass to template my @subdirectories = _getSubdirectoryNames( $paths->{'staff'}{'filesystem'} ); - +warn $paths->{'staff'}{'filesystem'}; foreach my $imagesubdir ( @subdirectories ) { + warn $imagesubdir; my @imagelist = (); # hashrefs of image info my @imagenames = _getImagesFromDirectory( File::Spec->catfile( $paths->{'staff'}{'filesystem'}, $imagesubdir ) ); my $imagesetactive = 0;