@@ -152,7 +152,7 @@ |
||
152 | 152 | if ($this->hasValue(ColumnKeys::URL_KEY) && $this->artefacts[$i][ColumnKeys::STORE_VIEW_CODE] === $storeViewCode) { |
153 | 153 | $foundArtefactToUpdate = true; |
154 | 154 | // update the URL key |
155 | - $this->artefacts[$i][ColumnKeys::URL_KEY] = $this->getValue(ColumnKeys::URL_KEY); |
|
155 | + $this->artefacts[$i][ColumnKeys::URL_KEY] = $this->getValue(ColumnKeys::URL_KEY); |
|
156 | 156 | // update the visibility, if available |
157 | 157 | if ($this->hasValue(ColumnKeys::VISIBILITY)) { |
158 | 158 | $this->artefacts[$i][ColumnKeys::VISIBILITY] = $this->getValue(ColumnKeys::VISIBILITY); |