Skip to content

Commit

Permalink
Build-in API support #4148 (cmts form)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlesnikov committed Jan 18, 2023
1 parent 45af1d9 commit 40d76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/classes/BxDolCmts.php
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ protected function _getAuthorObject($iAuthorId = 0)
return BxDolProfile::getInstanceMagic((int)$iAuthorId);
}

protected function _getFormObject($sAction = BX_CMT_ACTION_POST)
public function _getFormObject($sAction = BX_CMT_ACTION_POST)
{
$sDisplayName = '_sFormDisplay' . ucfirst($sAction);

Expand Down

0 comments on commit 40d76cb

Please sign in to comment.