added missing recycler-headings

This commit is contained in:
onli 2013-08-15 12:45:03 +02:00
parent 6d79b75f6f
commit 38f53839e7
2 changed files with 4 additions and 4 deletions

View file

@ -25,9 +25,9 @@
<table class="bayesRecyclerSummary">
<thead>
<tr>
<th>{$CONST.Autor}</th>
<th>{$CONST.Comment}</th>
<th>{$CONST.Date}</th>
<th>{$CONST.AUTHOR}</th>
<th>{$CONST.COMMENT}</th>
<th>{$CONST.DATE}</th>
<th>{$CONST.PLUGIN_EVENT_SPAMBLOCK_BAYES_RATING}</th>
</tr>
</thead>

View file

@ -36,7 +36,7 @@ class serendipity_event_spamblock_bayes extends serendipity_event {
$this->title = PLUGIN_EVENT_SPAMBLOCK_BAYES_NAME;
$propbag->add ( 'description', PLUGIN_EVENT_SPAMBLOCK_BAYES_DESC);
$propbag->add ( 'name', $this->title);
$propbag->add ( 'version', '0.4.9.7' );
$propbag->add ( 'version', '0.4.10' );
$propbag->add ( 'event_hooks', array ('frontend_saveComment' => true,
'backend_spamblock_comments_shown' => true,
'external_plugin' => true,