Skip to content
Snippets Groups Projects
Commit f6ecfd23 authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent 1054cc79
No related merge requests found
......@@ -94,8 +94,8 @@ class IpRange implements PermissionProviderInterface
$count = 0;
$inList = false;
foreach ((array)$rangeIP as $range) {
if (preg_match('/-/',$range)) {
$tmp=preg_split('/-/',$range);
if (preg_match('/-/', $range)) {
$tmp=preg_split('/-/', $range);
$mylist[$count]['start']=$tmp[0];
$mylist[$count]['end']=$tmp[1];
} else {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment