Commit 94ecf6d4 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge branch 'master' of https://git.unicaen.fr/open-source/OSE

parents de0f44b0 45cc2328
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -80,9 +80,9 @@ class NumeroINSEEValidator extends NumeroINSEE

    public function isValid($value, $context = null)
    {
        /* if (!parent::isValid($value)) {
        if (!parent::isValid($value)) {
            return false;
         }*/
        }

        $this->value            = $value;
        $departementDeNaissance = $this->getOption('departementDeNaissance');