@@ -143,7 +143,7 @@ |
||
143 | 143 | |
144 | 144 | $storeId = $this->getSubject()->getRowStoreId($storeViewCode); |
145 | 145 | $category = $this->getCategoryByPkAndStoreId($this->mapPath($path), $storeId); |
146 | - if ($storeViewCodeValue === StoreViewCodes::ADMIN && $category) { |
|
146 | + if ($storeViewCodeValue === StoreViewCodes::ADMIN && $category) { |
|
147 | 147 | // load the url_key attribute |
148 | 148 | $urlKey = $this->loadExistingUrlKey($category, $storeViewCode); |
149 | 149 | // if url_key attribute found and same store as searched |