projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc3d27b
)
Fix variable name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 16 Jul 2009 13:55:14 +0000
(09:55 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 16 Jul 2009 13:55:14 +0000
(09:55 -0400)
Bug: 8436
Submitted by: Duck
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
44a8997
..
2caa803
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-1817,7
+1817,7
@@
HTML;
try {
return call_user_func_array($hook, $args);
} catch (Horde_Exception $e) {
- self::logMessage($
result
, __FILE__, __LINE__, PEAR_LOG_ERR);
+ self::logMessage($
e
, __FILE__, __LINE__, PEAR_LOG_ERR);
}
}