@@ -113,7 +113,7 @@ |
||
113 | 113 | $this->default_language = $this->getResponseValue('default_language'); |
114 | 114 | $this->max_channels = $this->getResponseValue('max_channels'); |
115 | 115 | $this->max_load = $this->getResponseValue('max_load'); |
116 | - $this->max_open_files =$this->getResponseValue('max_open_files'); |
|
116 | + $this->max_open_files = $this->getResponseValue('max_open_files'); |
|
117 | 117 | $this->name = $this->getResponseValue('name'); |
118 | 118 | $this->setid = $this->getResponseValue('setid', '\phparia\Resources\SetId'); |
119 | 119 | } |