@@ -300,7 +300,7 @@ |
||
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(); |