From 9859fd6d5cf3c60f274e7aa7ea4657173f95b91f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 9 Mar 2010 01:44:58 -0500 Subject: [PATCH] This is a method, not a property --- ansel/lib/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Image.php b/ansel/lib/Image.php index 343b0cbd6..39b12d0a1 100644 --- a/ansel/lib/Image.php +++ b/ansel/lib/Image.php @@ -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; } -- 2.11.0