Commit 710dc325ab587b99c3f742371b24390f60fe6a5b

Authored by Elena.Budnik
1 parent 63f83396

typo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
php/RemoteDataCenter/ImpexParamManager.php
... ... @@ -36,7 +36,7 @@ class ImpexParamManager
36 36 date_default_timezone_set('UTC');
37 37 ini_set("soap.wsdl_cache_enabled", "0");
38 38  
39   - $this->webAlias = webAlias.IHMConfigClass::getRelativeResultPath();;
  39 + $this->webAlias = webAlias.IHMConfigClass::getRelativeResultPath();
40 40 }
41 41  
42 42 public function getImpexFullParamId($param_id, $templateArgs = NULL) {
... ... @@ -400,7 +400,7 @@ class ImpexParamManager
400 400 {
401 401 $this->convertVot($paramId, $downloadResult['result']);
402 402 $orbitURL = $this->webAlias.$downloadResult['folder']."/".$downloadResult['result'].".vot";
403   -
  403 +
404 404 return $orbitURL;
405 405 }
406 406 catch (Exception $e)
... ...