@@ -65,6 +65,6 @@ |
||
65 | 65 | $label = $this->cleanStr($label); /* if there is still some \ */ |
66 | 66 | $label = sprintf('%s', strtolower(preg_replace('~(?<=\\w)([A-Z])~', '_$1', $label))); |
67 | 67 | |
68 | - return $this->namePrefix . '.' .$this->nameFix . '.' . $label; |
|
68 | + return $this->namePrefix . '.' . $this->nameFix . '.' . $label; |
|
69 | 69 | } |
70 | 70 | } |