@@ -81,7 +81,7 @@ |
||
81 | 81 | $locale = $this->defaultLocale; |
82 | 82 | } |
83 | 83 | |
84 | - if (! $this->fieldsMap->hasAlias($field, $locale)) { |
|
84 | + if (!$this->fieldsMap->hasAlias($field, $locale)) { |
|
85 | 85 | if ($locale !== $this->defaultLocale) { |
86 | 86 | return $this->getStoryField($story, $field, $this->defaultLocale); |
87 | 87 | } |