projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994155b
)
Just pass exception to logger (previous call was broken anyway)
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Jun 2010 19:53:54 +0000
(13:53 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Jun 2010 19:54:42 +0000
(13:54 -0600)
turba/lib/Turba.php
patch
|
blob
|
history
diff --git
a/turba/lib/Turba.php
b/turba/lib/Turba.php
index
1219c90
..
fbf774b
100644
(file)
--- a/
turba/lib/Turba.php
+++ b/
turba/lib/Turba.php
@@
-569,7
+569,7
@@
class Turba {
$GLOBALS['turba_shares']->addShare($share);
$result = $share->save();
} catch (Horde_Share_Exception $e) {
- Horde::logMessage($e
->getMessage
, 'ERR');
+ Horde::logMessage($e, 'ERR');
throw new Turba_Exception($e);
}