diff options
Diffstat (limited to 'inc/JpegMeta.php')
-rw-r--r-- | inc/JpegMeta.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/JpegMeta.php b/inc/JpegMeta.php index f3ee97b91..656e98625 100644 --- a/inc/JpegMeta.php +++ b/inc/JpegMeta.php @@ -431,7 +431,8 @@ class JpegMeta 'Iptc.Caption', 'Exif.UserComment', 'Exif.TIFFUserComment', - 'Exif.TIFFImageDescription')); + 'Exif.TIFFImageDescription', + 'File.Name')); if (empty($cap)) return false; if(!$max) return $cap; |