Commit cac3c9f7c6c4870dfeeb25fe6f5b7f695588864e
1 parent
272bcdf5
20.07.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/config/main.php
@@ -114,7 +114,7 @@ return [ | @@ -114,7 +114,7 @@ return [ | ||
114 | '' => 'site/index', | 114 | '' => 'site/index', |
115 | 'login' => 'login/index', | 115 | 'login' => 'login/index', |
116 | 'iam' => 'iam/index', | 116 | 'iam' => 'iam/index', |
117 | - 'text/<translit:\w\_\-+>' => 'text/index', | 117 | + 'text/<translit:[\w\_\-]+>' => 'text/index', |
118 | '<language:(ru|ua|en)>/text/<translit:\w+>' => 'text/index', | 118 | '<language:(ru|ua|en)>/text/<translit:\w+>' => 'text/index', |
119 | [ | 119 | [ |
120 | 'class' => '\common\modules\product\CatalogUrlManager', | 120 | 'class' => '\common\modules\product\CatalogUrlManager', |