Index: trunk/core/units/general/helpers/modules.php =================================================================== diff -u -N -r4607 -r5168 --- trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 4607) +++ trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 5168) @@ -111,6 +111,7 @@ */ function _StripDomainHost($d) { + $IsIp = false; $dotcount = substr_count($d, '.'); if ($dotcount == 3) { $IsIp = true;