diff --git a/e107_handlers/notify_class.php b/e107_handlers/notify_class.php index d9888581f..9e9dfb26d 100644 --- a/e107_handlers/notify_class.php +++ b/e107_handlers/notify_class.php @@ -101,6 +101,11 @@ class notify */ function generic($data,$id) { + if(isset($data['user_password'])) + { + unset($data['user_password']); + } + $message = print_a($data,true); $this->send($id, 'Event Triggered: '.$id, $message); }