Commit 01d0a97e1033b1f8d1947aa1af7ec1c32ff22f9a

Authored by Alex Savenko
1 parent 6cc9503f

url man

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/CatalogUrlManager.php
... ... @@ -212,7 +212,7 @@ class CatalogUrlManager implements UrlRuleInterface {
212 212 $url = 'cataloq/'. $category_alias;
213 213 unset($params['category']);
214 214 } else {
215   - $url = 'catalog';
  215 + $url = 'cataloq';
216 216 }
217 217  
218 218 $this->setFilterUrl($params, $url);
... ...