Commit ae02da3a1cdc1ba738bb225b7a7833ddca59648a
Exists in
master
and in
100 other branches
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,7 +266,7 @@ class RemoteParamManager | ||
266 | 266 | ||
267 | if (!$status) return false; | 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 | $localDatasetInfo = RemoteData.$this->center->baseID."/".$this->center->infoFile; | 270 | $localDatasetInfo = RemoteData.$this->center->baseID."/".$this->center->infoFile; |
271 | 271 | ||
272 | if (!copy($remoteDatasetInfo,$localDatasetInfo)) return false; | 272 | if (!copy($remoteDatasetInfo,$localDatasetInfo)) return false; |