summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/exif/helpers/exif.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/helpers/exif.php b/modules/exif/helpers/exif.php
index 970be5ac..747c3171 100644
--- a/modules/exif/helpers/exif.php
+++ b/modules/exif/helpers/exif.php
@@ -110,11 +110,11 @@ class exif_Core {
"ColorSpace" => array("SubIFD", "ColorSpace", t("Color Space"), true),
"ExposureBias" => array("SubIFD", "ExposureBiasValue", t("Exposure Value"), true),
"ExposureProgram" => array("SubIFD", "ExposureProgram", t("Exposure Program"), true),
+ "ExposureTime" => array("SubIFD", "ExposureTime", t("Exposure Time"), true),
"Flash" => array("SubIFD", "Flash", t("Flash"), true),
"FocalLength" => array("SubIFD", "FocalLength", t("Focal Length"), true),
"ISO" => array("SubIFD", "ISOSpeedRatings", t("ISO"), true),
"MeteringMode" => array("SubIFD", "MeteringMode", t("Metering Mode"), true),
- "ShutterSpeed" => array("SubIFD", "ShutterSpeedValue", t("Shutter Speed"), true),
"DateTime" => array("SubIFD", "DateTimeOriginal", t("Date/Time"), true),
"Copyright" => array("IFD0", "Copyright", t("Copyright"), false),
"ImageType" => array("IFD0", "ImageType", t("Image Type"), false),