@@ -103,7 +103,7 @@ |
||
103 | 103 | // query whether or not the URL key column has a |
104 | 104 | // value, if yes, use the value from the column |
105 | 105 | if ($this->hasValue(ColumnKeys::URL_KEY)) { |
106 | - $urlKey = $this->getValue(ColumnKeys::URL_KEY); |
|
106 | + $urlKey = $this->getValue(ColumnKeys::URL_KEY); |
|
107 | 107 | } else { |
108 | 108 | // query whether or not the column `url_key` has a value |
109 | 109 | if ($category && |