Commit 14ae289b189e134c34aa83e21eae904e29bca006
1 parent
d15524e1
Exists in
master
and in
95 other branches
IHMUserParamLoaderClass is renamed to IHMUserParamManagerClass in expression-parser-bre branch
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/WebServices/WebServer.php
... | ... | @@ -200,7 +200,7 @@ class WebServer |
200 | 200 | private function doDownloadRequest($interval, $paramList, $formatInfo, $file_info) |
201 | 201 | { |
202 | 202 | if (!isset($this->paramLoader)) |
203 | - $this->paramLoader = new IHMUserParamLoaderClass(); | |
203 | + $this->paramLoader = new IHMUserParamManagerClass(); | |
204 | 204 | |
205 | 205 | //Build parameter list |
206 | 206 | $params = array(); |
... | ... |