Commit ae02da3a1cdc1ba738bb225b7a7833ddca59648a

Authored by Elena.Budnik
2 parents 406e9aad 4b22a046

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/RemoteDataCenter/RemoteParamManager.php
... ... @@ -266,7 +266,7 @@ class RemoteParamManager
266 266  
267 267 if (!$status) return false;
268 268  
269   - $remoteDatasetInfo = BASE."/INFO/bases/".$this->center->baseID."/".$this->center->infoFile;
  269 + $remoteDatasetInfo = DDSERVICE."/BASE/INFO/bases/".$this->center->baseID."/".$this->center->infoFile;
270 270 $localDatasetInfo = RemoteData.$this->center->baseID."/".$this->center->infoFile;
271 271  
272 272 if (!copy($remoteDatasetInfo,$localDatasetInfo)) return false;
... ...