@@ -22,8 +22,8 @@ |
||
22 | 22 | $value = $value->Member; |
23 | 23 | } |
24 | 24 | |
25 | - if ($this->methodExists("set" . ucfirst($name))) { |
|
26 | - $this->{"set" . ucfirst($name)}($value); |
|
25 | + if ($this->methodExists("set".ucfirst($name))) { |
|
26 | + $this->{"set".ucfirst($name)}($value); |
|
27 | 27 | return; |
28 | 28 | } |
29 | 29 |