It would help if we actually returned the result of the method call...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Aug 2009 16:16:25 +0000 (12:16 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Aug 2009 16:16:25 +0000 (12:16 -0400)
framework/Image/lib/Horde/Image/Exif/Base.php

index 9206225..60918aa 100644 (file)
@@ -45,6 +45,8 @@ abstract class Horde_Image_Exif_Base
                 $results[$field] = $value;
             }
         }
+
+        return $results;
     }
 
     /**