From 43b1c575f571be9bcd70a96be493e1f38eae8064 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 12 Aug 2009 11:22:31 -0400 Subject: [PATCH] Use the exif driver from $conf --- ansel/lib/Ansel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Ansel.php b/ansel/lib/Ansel.php index 0a027d5ff..c817b6c39 100644 --- a/ansel/lib/Ansel.php +++ b/ansel/lib/Ansel.php @@ -2545,7 +2545,7 @@ class Ansel_Image { if (is_a($imageFile, 'PEAR_Error')) { return $imageFile; } - $exif = Horde_Image_Exif::factory(); + $exif = Horde_Image_Exif::factory($GLOBALS['conf']['exif'], $GLOBALS['conf']['exif']['params']); $exif_fields = $exif->getData($imageFile); /* Flag to determine if we need to resave the image data */ -- 2.11.0