Commit 42fd82e8 by Vladislav

#21104 Перенос проекта в продакшн

1 parent bc4dc9b2
Showing with 1 additions and 1 deletions
...@@ -23,7 +23,7 @@ class StrReplaceByVariables ...@@ -23,7 +23,7 @@ class StrReplaceByVariables
} }
foreach ($list['vars'] as $key => $var) { foreach ($list['vars'] as $key => $var) {
$list['vars'][$key] = "/\b{$var}\b/"; $list['vars'][$key] = "/(*UCP)\b{$var}\b/";
} }
$this->str = $str; $this->str = $str;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!