Commit 2f855c84 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Problème dans le test des dates de mise à jour pour le connecteur PERSON

parent 9a83da7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ class ConnectorPersonREST implements IConnectorPerson, ServiceLocatorAwareInterf

                if( $personData->dateupdated == null
                    || $personOscar->getDateSyncLdap() == null
                    || $personOscar->getDateSyncLdap() < $personData->dateupdated
                    || $personOscar->getDateSyncLdap()->format('Y-m-d') < $personData->dateupdated
                    || $force == true )
                {
                    $personOscar = $this->getPersonHydrator()->hydratePerson($personOscar, $personData, $this->getName());