Fix variable name.
authorJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 10:42:07 +0000 (12:42 +0200)
committerJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 10:42:07 +0000 (12:42 +0200)
kronolith/lib/Kronolith.php

index 21e6b64..bd8260c 100644 (file)
@@ -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;
             }