From 9d40ee53c93f75e6e22edba7b08bc305cd48b046 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Sat, 24 Oct 2015 19:41:23 +0200 Subject: [PATCH] Flood ban email: show IP in IPv4 format if possible --- e107_handlers/notify_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)