projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a4276
)
Fix parse error
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 1 Sep 2010 14:23:32 +0000
(10:23 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 1 Sep 2010 14:23:32 +0000
(10:23 -0400)
mnemo/lib/Api.php
patch
|
blob
|
history
diff --git
a/mnemo/lib/Api.php
b/mnemo/lib/Api.php
index
aec1b7a
..
f327a60
100644
(file)
--- a/
mnemo/lib/Api.php
+++ b/
mnemo/lib/Api.php
@@
-29,7
+29,7
@@
class Mnemo_Api extends Horde_Registry_Api
try {
$share = $GLOBALS['mnemo_shares']->getShare($user);
} catch (Horde_Share_Exception $e) {
- Horde::logMessage($e
)
, 'ERR');
+ Horde::logMessage($e, 'ERR');
}
$GLOBALS['display_notepads'] = array($user);