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