$result isn't used.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Feb 2010 00:20:18 +0000 (17:20 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Feb 2010 07:46:02 +0000 (00:46 -0700)
framework/Alarm/lib/Horde/Alarm.php

index 99f8f66..375fb29 100644 (file)
@@ -386,7 +386,7 @@ class Horde_Alarm
                 if (in_array($alarm_method, $methods) &&
                     !in_array($alarm_method, $exclude)) {
                     try {
-                        $result = $this->{'_' . $alarm_method}($alarm);
+                        $this->{'_' . $alarm_method}($alarm);
                     } catch (Horde_Alarm_Exception $e) {
                         Horde::logMessage($e, __FILE__, __LINE__, PEAR_LOG_ERR);
                     }