Loading module/Oscar/src/Oscar/Connector/ConnectorPersonREST.php +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
module/Oscar/src/Oscar/Connector/ConnectorPersonREST.php +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading