diff --git a/e107_handlers/notify_class.php b/e107_handlers/notify_class.php index e2720a8c9..5b1db75a5 100644 --- a/e107_handlers/notify_class.php +++ b/e107_handlers/notify_class.php @@ -331,7 +331,7 @@ class notify function notify_flood($data) { - $this->send('flood', NT_LAN_FL_1, NT_LAN_FL_2.': '.e107::getIPHandler()->ipDecode($data)); + $this->send('flood', NT_LAN_FL_1, NT_LAN_FL_2.': '.e107::getIPHandler()->ipDecode($data, TRUE)); } function notify_subnews($data)