Commit 71b52f1ca56e753213c6eb49d8da36df965231f0
1 parent
577ea1a7
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', |