|
@@ -150,7 +150,7 @@ |
|
|
block discarded – undo |
|
150
|
150
|
$this->prepareStoreViewCode(); |
|
151
|
151
|
|
|
152
|
152
|
// explode the path into the category names |
|
153
|
|
- if ($categories = $this->getValue(ColumnKeys::PATH, array(), function ($value) { return $this->categoryPathUtil->explode($value); })) { |
|
|
153
|
+ if ($categories = $this->getValue(ColumnKeys::PATH, array(), function($value) { return $this->categoryPathUtil->explode($value); })) { |
|
154
|
154
|
// initialize the flag to query whether or not the category is a leaf |
|
155
|
155
|
$leaf = false; |
|
156
|
156
|
// initialize the artefacts and reset the category IDs |
Please login to merge, or discard this patch.