Commit 2153d92cedd0650dbc5741136a4f865125c6b515
1 parent
cb092078
Exists in
master
and in
5 other branches
Fix WS config
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; | ... | ... |