Commit 8a8df0cafe826a2e0e988a569a2616a6acbd2210

Authored by Benjamin Renard
2 parents 9a5901bf 2153d92c

Merge branch 'amdadev'

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/InputOutput/WSImpl/Config/WSConfigClass.php
... ... @@ -62,6 +62,11 @@ class WSConfigClass
62 62 return IHMConfigClass::getGenericDataPath()."LocalData/OrbitsAll.xml";
63 63 }
64 64  
  65 + public static function getParamTemplateListFilePath()
  66 + {
  67 + return IHMConfigClass::getParamTemplateListFilePath();
  68 + }
  69 +
65 70 public static function getAnonymousUserName()
66 71 {
67 72 return self::$anonymousUserName;
... ...