projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5a5a5
)
Fix variable name.
author
Jan Schneider
<jan@horde.org>
Thu, 3 Jun 2010 10:42:07 +0000
(12:42 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 3 Jun 2010 10:42:07 +0000
(12:42 +0200)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
21e6b64
..
bd8260c
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-2299,7
+2299,7
@@
class Kronolith
$group = $groups->getGroupById($group);
$group_users = $group->listAllUsers();
} catch (Horde_Group_Exception $e) {
- Horde::logMessage($
group_users
, 'ERR');
+ Horde::logMessage($
e
, 'ERR');
continue;
}