Skip to content

Commit

Permalink
#707 Include TEXTman and LEADman component names mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
amazeika committed Jul 1, 2024
1 parent b41e247 commit ed06e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class ComKoowaControllerBehaviorRestrictable extends KControllerBehaviorAbstract implements KObjectMultiton
{
protected $_component_map = ['docman' => 'DOCman', 'logman' => 'LOGman', 'fileman' => 'FILEman'];
protected $_component_map = ['docman' => 'DOCman', 'logman' => 'LOGman', 'fileman' => 'FILEman', 'textman' => 'TEXTman', 'leadman' => 'LEADman'];

protected $_grace_period;

Expand Down

0 comments on commit ed06e44

Please sign in to comment.