This is a method, not a property
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 06:44:58 +0000 (01:44 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 06:48:54 +0000 (01:48 -0500)
ansel/lib/Image.php

index 343b0cb..39b12d0 100644 (file)
@@ -639,7 +639,7 @@ class Ansel_Image Implements Iterator
             $exif_fields = $exif->getData($imageFile);
         } catch (Horde_Image_Exception $e) {
             // Log the error, but it's not the end of the world, so just ignore
-            Horde::logMessage($e->getMessage, __FILE__, __LINE__, PEAR_LOG_ERR);
+            Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
             $exif_fields = array();
             return false;
         }