added more vars to GalleryAlbum and GalleryFile. fixed some tests
This commit is contained in:
parent
5b16fcca51
commit
4ebed16c69
10 changed files with 148 additions and 2 deletions
|
|
@ -392,7 +392,7 @@ sub updateExifDataFromFile {
|
|||
}
|
||||
|
||||
# Remove other, pointless keys
|
||||
for my $key ( qw( directory ) ) {
|
||||
for my $key ( qw( Directory ) ) {
|
||||
delete $info->{ $key };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue