Skip to content

Commit f19a707

Browse files
authored
Merge branch 'master' into fix/sfDoctrineFormGenerator
2 parents 806ce84 + d0f559c commit f19a707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validator/sfValidatorIp.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function doClean($value)
106106
break;
107107

108108
default:
109-
$flag = null;
109+
$flag = 0;
110110

111111
break;
112112
}

0 commit comments

Comments
 (0)