Skip to content

Commit

Permalink
system: fix deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 7, 2021
1 parent 69c007e commit b74b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/IPv6.inc
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ class Net_IPv6

if (strstr($ip, '.')) {
$pos = strrpos($ip, ':');
$ip{$pos} = '_';
$ip[$pos] = '_';
$ipPart = explode('_', $ip);
return $ipPart;
} else {
Expand Down

0 comments on commit b74b379

Please sign in to comment.