Commit a9b2402c04642508a6892b92d07ec08eacf5ff6a
1 parent
9fa9adf7
14.09.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/CatalogUrlManager.php
... | ... | @@ -112,7 +112,7 @@ class CatalogUrlManager implements UrlRuleInterface { |
112 | 112 | case 'catalog/category': |
113 | 113 | if (!empty($params['category'])) { |
114 | 114 | $category_alias = is_object($params['category']) ? $params['category']->alias : strtolower($params['category']); |
115 | - $url = 'catalog/'. $category_alias .'/'; | |
115 | + $url = 'catalog/'. $category_alias ; | |
116 | 116 | } else { |
117 | 117 | $url = 'catalog/'; |
118 | 118 | } | ... | ... |