Corrected author metadata.

This commit is contained in:
Janek Bevendorff 2012-08-15 02:19:32 +02:00
parent 70c709d5c4
commit c043fcc36a

View file

@ -100,8 +100,7 @@ class serendipity_event_spamblock_bee extends serendipity_event
$propbag->add('name', PLUGIN_EVENT_SPAMBLOCK_BEE_TITLE);
$propbag->add('description', PLUGIN_EVENT_SPAMBLOCK_BEE_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Grischa Brockhaus');
$propbag->add('author', 'Janek Bevendorff');
$propbag->add('author', 'Grischa Brockhaus, Janek Bevendorff');
$propbag->add('requirements', array(
'serendipity' => '0.8',
'smarty' => '2.6.7',