oc-shopaholic-plugin icon indicating copy to clipboard operation
oc-shopaholic-plugin copied to clipboard

Doubles in the BrandCollection.category

Open kdzone opened this issue 3 years ago • 0 comments

If you set the flag bWithChildren = true, then the method can return duplicate categories.

Required:

....
        if ($bWithChildren) {
            $arResultIDList = array_unique($arResultIDList);
        }

        return $this->intersect($arResultIDList);
    }

kdzone avatar Jun 12 '21 09:06 kdzone