From: Michael J. Rubinsky Date: Sat, 1 Aug 2009 16:16:25 +0000 (-0400) Subject: It would help if we actually returned the result of the method call... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c409368a50b102d2759f6e352297448682eb8dfd;p=horde.git It would help if we actually returned the result of the method call... --- diff --git a/framework/Image/lib/Horde/Image/Exif/Base.php b/framework/Image/lib/Horde/Image/Exif/Base.php index 92062255e..60918aabd 100644 --- a/framework/Image/lib/Horde/Image/Exif/Base.php +++ b/framework/Image/lib/Horde/Image/Exif/Base.php @@ -45,6 +45,8 @@ abstract class Horde_Image_Exif_Base $results[$field] = $value; } } + + return $results; } /**