i just get a blank screen under settings using vanilla 2.1
Try if replacing &$Sender with $Sender in file class.civiltongue.plugin.php helps
&$Sender
$Sender
class.civiltongue.plugin.php
@adamwbb
Try replacing each instance of
with
in the plugin file class.civiiltongue.plugin
That allowed me to get to the settings page in my 2.1 test installation.
Comments
Try if replacing
&$Senderwith$Senderin fileclass.civiltongue.plugin.phphelps@adamwbb
Try replacing each instance of
&$Senderwith
$Senderin the plugin file class.civiiltongue.plugin
That allowed me to get to the settings page in my 2.1 test installation.