Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/unaio/una
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Aug 20, 2024
2 parents 04dd8a8 + b0794f4 commit f9b1fdd
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 f9b1fdd

Please sign in to comment.