From a8c74990215d3c1f547af3a78ef3769b7cf65f4d Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 9 Jun 2015 15:19:06 +0100 Subject: [PATCH] Mistake - sorted --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index b9baf7dbd..fa0d4db9c 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -1213,7 +1213,7 @@ function hex_to_ip($hex) { } $return = substr($return, 0, -1); } else { - $return = $return; + $return = $hex; } return $return; }