Commit 4bf776ac8ebe1962cf039c9553b334d6111a8ffc

Authored by Elena.Budnik
1 parent acf87705

init user

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
php/WebServices/WebServer.php
... ... @@ -38,6 +38,7 @@ class WebServer
38 38  
39 39 if (isset($vars['userID'])){
40 40 $this->userID = $vars['userID'];
  41 + IHMConfigClass::setUserName($this->userID);
41 42 }
42 43 else {
43 44 $this->userID = 'impex';
... ...