projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1fcece
)
This is a method, not a property
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 9 Mar 2010 06:44:58 +0000
(
01:44
-0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 9 Mar 2010 06:48:54 +0000
(
01:48
-0500)
ansel/lib/Image.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Image.php
b/ansel/lib/Image.php
index
343b0cb
..
39b12d0
100644
(file)
--- 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;
}