Completed
Push — pac-335--slash-handling ( 9d187f )
by Tim
01:39
created
src/Observers/CategoryObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.