From 8665c34232c6d214c6ed7beaa1f7de2e910b652a Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 6 Dec 2012 15:03:07 -0800 Subject: [PATCH] Admin -> Banlist : Issue #16 Fix.- More comments added. --- e107_handlers/iphandler_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/iphandler_class.php b/e107_handlers/iphandler_class.php index 99d2b54f3..2d973c394 100644 --- a/e107_handlers/iphandler_class.php +++ b/e107_handlers/iphandler_class.php @@ -58,7 +58,7 @@ * */ -define("BAN_TYPE_LEGACY",0); // Quick fix for PHP Notice. +// define("BAN_TYPE_LEGACY",0); // Quick fix for PHP Notice. If the error is triggered from somewhere else, the class name needs adding - eIPHandler::BAN_TYPE_LEGACY class eIPHandler {