Completed
Push — master ( a5a9f4...ca539c )
by Tim
9s
created
src/Subjects/AbstractCategorySubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
 
306 306
         // load the global data we've prepared initially
307 307
         $this->taxClasses = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::TAX_CLASSES];
308
-        $this->storeWebsites =  $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
308
+        $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
309 309
 
310 310
         // load the available categories
311 311
         $this->categories = $this->getCategoryProcessor()->getCategoriesWithResolvedPath();
Please login to merge, or discard this patch.