Hi there!
Iam trying to get started with a plugin for Community Builder but have some issues on these lines:
Code:
$config->getValue( 'config.mailfrom' ),
$config->getValue( 'config.fromname' ) );
$mailer->setSender($sender);
It gives me a "Fatal error: Call to undefined method Joomla\Registry\Registry::getValue() in ..."
Does someone know why? And how to call up values from the config file if not like this?
Thanks!