From: Jan Schneider Date: Thu, 3 Jun 2010 10:42:07 +0000 (+0200) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a6f8ff1c66d213a44cac25646dba88d5fe33b686;p=horde.git Fix variable name. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 21e6b6407..bd8260cb2 100644 --- 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; }