Commit 649a82b3 authored by Kulya's avatar Kulya 😊

Upd alvbx add sect6

parent 1949c6ed
......@@ -486,7 +486,7 @@ class AloVoiceRest
$addParams = [
"iblockId" => $conf["bx_catalog_id"],
"name" => $name,
"code": self::translit($name)
"code" => self::translit($name)
];
if(!empty($parent_id) && is_numeric($parent_id)){
$addParams["iblockSectionId"] = $parent_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment