Fix variable name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Aug 2009 18:23:53 +0000 (14:23 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Aug 2009 18:23:53 +0000 (14:23 -0400)
framework/Image/lib/Horde/Image/Exif/Bundled.php

index ee13826..1b972af 100644 (file)
@@ -8,7 +8,7 @@ class Horde_Image_Exif_Bundled extends Horde_Image_Exif_Base
 {
     public function getData($image)
     {
-        $raw = self::_exif_read_data($imageFile);
+        $raw = self::_exif_read_data($image);
         $exif = array();
         foreach ($raw as $key => $value) {
             if (($key == 'IFD0') || ($key == 'SubIFD')) {