Fix stupid typo in 9a7127bf5f.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-04-24 17:00:23 +02:00
parent 5c75ef4f30
commit 288111e854

View file

@ -31,7 +31,7 @@ class serendipity_event_unstrip_tags extends serendipity_event
'php' => '4.1.0'
));
$propbag->add('groups', array('MARKUP'));
$propbag->add('event_hooks', array('frontend_display' => true, array('frontend_entries_rss' => true, 'frontend_comment' => true));
$propbag->add('event_hooks', array('frontend_display' => true, 'frontend_entries_rss' => true, 'frontend_comment' => true));
}
function generate_content(&$title) {