Completed
Push — master ( 0727d2...58852f )
by
unknown
06:29 queued 06:07
created
src/Observers/CategoryObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
         $this->prepareStoreViewCode();
177 177
 
178 178
         // explode the path into the category names
179
-        if ($categories = $this->getValue(ColumnKeys::PATH, array(), function ($value) {
179
+        if ($categories = $this->getValue(ColumnKeys::PATH, array(), function($value) {
180 180
             return $this->serializer->explode($value);
181 181
         })) {
182 182
             // initialize the flag to query whether or not the category is a leaf
Please login to merge, or discard this patch.