Skip to content

Commit

Permalink
#4773 PHP error upon Channel deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTr committed Aug 20, 2024
1 parent 64a4084 commit b0794f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/boonex/convos/classes/BxCnvCmts.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public function getObjectTitle ($iObjectId = 0)
return $sResult;
}

public function addCssJs()
public function addCssJs($aBp = [], $aDp = [])
{
parent::addCssJs();
parent::addCssJs($aBp, $aDp);

$this->_oModule->_oTemplate->addCss(array('cmts.css'));
}
Expand Down

0 comments on commit b0794f4

Please sign in to comment.