From: Michael J. Rubinsky Date: Thu, 16 Jul 2009 13:55:14 +0000 (-0400) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=382fa4b0ec5f65371ed79c7aa2cdaf0307ad98ab;p=horde.git Fix variable name Bug: 8436 Submitted by: Duck --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 44a8997f4..2caa80334 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -1817,7 +1817,7 @@ HTML; try { return call_user_func_array($hook, $args); } catch (Horde_Exception $e) { - self::logMessage($result, __FILE__, __LINE__, PEAR_LOG_ERR); + self::logMessage($e, __FILE__, __LINE__, PEAR_LOG_ERR); } }