add config option
This commit is contained in:
parent
77f9542ac9
commit
d98bbf1c1e
@ -38,7 +38,7 @@ class serendipity_event_mailer extends serendipity_event
|
||||
));
|
||||
$propbag->add('groups', array('FRONTEND_ENTRY_RELATED'));
|
||||
|
||||
$config = array('what', 'mailto', 'sendtoall', 'includelink', 'striptags', 'convertp');
|
||||
$config = array('what', 'mailto', 'sendtoall', 'includelink', 'striptags', 'convertp', 'keepstriptags');
|
||||
$propbag->add('configuration', $config);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user