Skip to content

Commit

Permalink
Ticket #4558 - Build-in API support: Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Aug 15, 2024
1 parent 58023bc commit 471f374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/scripts/BxBaseCmtsServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ public function serviceGetCommentsApi($oCmts, $aParams)
}
$aCmtsRv = [];
foreach ($aCmts as $aCmt) {
$aBp['order_way'] = 'asc';
$oCmt = $oCmts->getCommentStructure($aCmt['cmt_id'], $aBp, $aDp);
if($oCmt === false)
continue;
Expand Down

0 comments on commit 471f374

Please sign in to comment.