From: Michael J. Rubinsky Date: Tue, 9 Mar 2010 06:44:58 +0000 (-0500) Subject: This is a method, not a property X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9859fd6d5cf3c60f274e7aa7ea4657173f95b91f;p=horde.git This is a method, not a property --- 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; }