@@ -26,7 +26,7 @@ |
||
| 26 | 26 | public function setName($name) |
| 27 | 27 | { |
| 28 | 28 | if (! $name) { |
| 29 | - $name = $this->dictionary->getName() . '_' . $this->occurrence->getName(); |
|
| 29 | + $name = $this->dictionary->getName() . '_' . $this->occurrence->getName(); |
|
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | return $this->name = $name; |