Skip to content

Commit

Permalink
[BUGFIX] Fix exception: Cannot access protected property DirectMailTe…
Browse files Browse the repository at this point in the history
…am\DirectMail\Plugin\DirectMailPlugin::$cObj
  • Loading branch information
dmitryd committed Dec 6, 2023
1 parent c3a4108 commit d3edebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Plugin/DirectMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class DirectMail
{
use DefaultJavaScriptAssetTrait;

protected ?ContentObjectRenderer $cObj = null;
public ?ContentObjectRenderer $cObj = null;

//public $prefixId;
public $prefixId = 'tx_directmail_pi1';
Expand Down

0 comments on commit d3edebf

Please sign in to comment.