diff options
-rw-r--r-- | engine/lib/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php index d73ecc439..c513452cf 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -107,7 +107,7 @@ $handler = $details->handler;
if ((!$NOTIFICATION_HANDLERS[$method]) || (!$handler))
- throw new NotificationException(sprintf(elgg_echo('NotificationException:NoHandlerFound'), $method));
+ error_log(sprintf(elgg_echo('NotificationException:NoHandlerFound'), $method));
if ($CONFIG->debug)
error_log("Sending message to $guid using $method");
|