@@ -80,7 +80,7 @@ |
||
80 | 80 | $label = $this->cleanStr($label); /* if there is still some \ */ |
81 | 81 | $label = sprintf('%s', strtolower(preg_replace('~(?<=\\w)([A-Z])~', '_$1', $label))); |
82 | 82 | |
83 | - $resLabel = $this->namePrefix . '.' . $this->nameFix . '.' . $context .'.' . $label; |
|
83 | + $resLabel = $this->namePrefix . '.' . $this->nameFix . '.' . $context . '.' . $label; |
|
84 | 84 | $this->doResetFix(); /* for $isTmp to true see setFix */ |
85 | 85 | $resLabel = $this->cleanStr($resLabel); |
86 | 86 | return $resLabel; |