Commit cac3c9f7c6c4870dfeeb25fe6f5b7f695588864e

Authored by Administrator
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 114 '' => 'site/index',
115 115 'login' => 'login/index',
116 116 'iam' => 'iam/index',
117   - 'text/<translit:\w\_\-+>' => 'text/index',
  117 + 'text/<translit:[\w\_\-]+>' => 'text/index',
118 118 '<language:(ru|ua|en)>/text/<translit:\w+>' => 'text/index',
119 119 [
120 120 'class' => '\common\modules\product\CatalogUrlManager',
... ...