Commit d8ba4995 by Vladislav

#20347 Синхронизация наборов минус фраз

1 parent 77167224
......@@ -124,7 +124,7 @@ class AddNegativeKeywordSharedSets extends DirectRequest
return [
'Name' => StrReplaceByVariables::getInstance($goalNegativeKeywordSharedSet->negativeKeywordSharedSet->name, $list)->get(),
'NegativeKeywords' => array_map(function ($negative_keyword) use ($list44) {
'NegativeKeywords' => array_map(function ($negative_keyword) use ($list) {
return StrReplaceByVariables::getInstance($negative_keyword, $list)->get();
}, $goalNegativeKeywordSharedSet->negativeKeywordSharedSet->negative_keywords),
];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!