Commit bc4dc9b2 by Vladislav

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

1 parent c854116a
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ class AddKeywords extends DirectRequest
foreach ($response['result']['AddResults'] as $key => $add_result) {
$goalKeyword = $this->goalKeywords[$key];
$goalKeyword = $this->goalKeywords->get($key);
if (!isset($add_result['Id'])) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!